From ca6a42e6eb0ca35383087e1bb50a193699a3f1d2 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 7 Oct 2010 11:34:29 +0200 Subject: [PATCH] pe 1.11.2 --- cocoa/pe/Info.plist | 2 +- help_pe/changelog.yaml | 6 ++++++ qt/pe/app.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist index eb3031a4..0927748e 100644 --- a/cocoa/pe/Info.plist +++ b/cocoa/pe/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.11.1 + 1.11.2 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml index 4d6d7a76..c7332fd0 100644 --- a/help_pe/changelog.yaml +++ b/help_pe/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2010-10-07 + version: 1.11.2 + description: | + * Fixed delta column colors which were broken since 1.11.0. + * Fixed column sorting crash. (#108) + * Fixed occasional crash during scan. (#106) - date: 2010-09-30 version: 1.11.1 description: | diff --git a/qt/pe/app.py b/qt/pe/app.py index 3b1b0893..c0b782f3 100644 --- a/qt/pe/app.py +++ b/qt/pe/app.py @@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'pe' LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.11.1' + VERSION = '1.11.2' DELTA_COLUMNS = frozenset([2, 5]) def __init__(self):