From ba68789fb97dfc9b7bbab93df1a12fc31791a729 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 1 Mar 2010 12:31:34 +0100 Subject: [PATCH] pe v1.8.5 --- cocoa/pe/Info.plist | 2 +- help_pe/changelog.yaml | 5 +++++ qt/pe/app.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index c1310a21..09b3c971 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.8.4 + 1.8.5 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index 00612875..82b01945 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -1,3 +1,8 @@ +- date: 2010-03-01 + version: 1.8.5 + description: | + * Fixed a bug preventing some iPhoto Libraries to be read. (Mac OS X) + * Improved results loading and saving speed. - date: 2010-02-18 version: 1.8.4 description: | diff --git a/qt/pe/app.py b/qt/pe/app.py index cc9eaf45..5622a4da 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.4' + VERSION = '1.8.5' DELTA_COLUMNS = frozenset([2, 5, 6]) def __init__(self):