diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index 43b79331..b2699acc 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.8.1 + 1.8.2 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index 67f75ad7..eaa3465d 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2010-02-06 + version: 1.8.2 + description: | + * dupeGuru Picture Edition is now 64-bit on Mac OS X! + * Improved scanning speed. + * Fixed a crash upon quitting when support folder is not present. (#83) - date: 2010-01-15 version: 1.8.1 description: | diff --git a/qt/pe/app.py b/qt/pe/app.py index 2ae6fafd..18c42183 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -56,7 +56,7 @@ class File(fs.File): class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.8.1' + VERSION = '1.8.2' DELTA_COLUMNS = frozenset([2, 5, 6]) def __init__(self):