pe v1.8.1

This commit is contained in:
Virgil Dupras 2010-01-15 07:24:40 +01:00
parent 28f70b281b
commit 552e6b7836
3 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>hsft</string>
<key>CFBundleVersion</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -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
version: 1.8.0
description: |

View File

@ -56,7 +56,7 @@ class File(fs.File):
class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition'
VERSION = '1.8.0'
VERSION = '1.8.1'
DELTA_COLUMNS = frozenset([2, 5, 6])
def __init__(self):