mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-04 15:29:02 +00:00
pe v1.8.1
This commit is contained in:
parent
28f70b281b
commit
552e6b7836
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.0</string>
|
<string>1.8.1</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
- date: 2010-01-15
|
||||||
|
version: 1.8.1
|
||||||
|
description: |
|
||||||
|
* Improved scanning speed when ref directories are involved. (#77)
|
||||||
|
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
|
||||||
|
* Fixed a crash when adding the iPhoto library twice. [Mac OS X] (#80)
|
||||||
- date: 2009-12-16
|
- date: 2009-12-16
|
||||||
version: 1.8.0
|
version: 1.8.0
|
||||||
description: |
|
description: |
|
||||||
|
@ -56,7 +56,7 @@ class File(fs.File):
|
|||||||
class DupeGuru(DupeGuruBase):
|
class DupeGuru(DupeGuruBase):
|
||||||
LOGO_NAME = 'logo_pe'
|
LOGO_NAME = 'logo_pe'
|
||||||
NAME = 'dupeGuru Picture Edition'
|
NAME = 'dupeGuru Picture Edition'
|
||||||
VERSION = '1.8.0'
|
VERSION = '1.8.1'
|
||||||
DELTA_COLUMNS = frozenset([2, 5, 6])
|
DELTA_COLUMNS = frozenset([2, 5, 6])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user