From 48badaa92793ea55e607d7eefa05027e005bcafb Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Apr 2010 13:59:40 +0200 Subject: [PATCH] pe v1.8.6 --- cocoa/pe/Info.plist | 2 +- help_pe/changelog.yaml | 7 ++++++- qt/pe/app.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index 09b3c971..cc549275 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.8.5 + 1.8.6 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index 82b01945..1189242c 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -1,7 +1,12 @@ +- date: 2010-04-07 + version: 1.8.6 + description: | + * Fixed a crash when performing very big scans. + * Fixed a rare crash during results loading. (#90) - date: 2010-03-01 version: 1.8.5 description: | - * Fixed a bug preventing some iPhoto Libraries to be read. (Mac OS X) + * 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 diff --git a/qt/pe/app.py b/qt/pe/app.py index 5622a4da..609c0f8e 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.5' + VERSION = '1.8.6' DELTA_COLUMNS = frozenset([2, 5, 6]) def __init__(self):