From f72db8dd1d068431077e714fa54a3c2784d4e4e7 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 29 Jan 2011 11:39:51 +0100 Subject: [PATCH] pe v2.0.0 --- core_pe/__init__.py | 2 +- help/changelog_pe | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index b98c616f..ee223e22 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.11.3' +__version__ = '2.0.0' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 45c6ac8e..10df255f 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,13 @@ +=== 2.0.0 (2011-01-29) + +* Re-designed the UI. (#129) +* Internationalized dupeGuru and localized it to french. (#32) +* Changed the format of the help file. (#130) +* The "Dimensions" column is now affected by the delta mode. (#115) +* Removed focus from the cancel button in the progress dialog to avoid accidental cancellations. [Mac OS X] (#135) +* Folders added through drag and drop are added to the recent folders list. (#136) +* Added a debugging mode. (#132) + === 1.11.3 (2010-12-31) * Fixed bug causing results to be corrupted after a scan cancellation. (#120)