From f8750dd392456115f478ecb87dc462c588f18c5d Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 27 Sep 2011 13:44:43 -0400 Subject: [PATCH] se3.2.0 --- core_se/__init__.py | 2 +- help/changelog_se | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 802becc1..4feb35a8 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.1.2' +__version__ = '3.2.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 6b53232b..f2386f11 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,14 @@ +=== 3.2.0 (2011-09-27) + +* Added duplicate re-prioritization dialog. (#138) +* Added font size preference for duplicate table. (#82) +* Added Quicklook support. [Mac OS X] (#21) +* Improved behavior of Mark Selected. (#139) +* Improved filename sorting. (#169) +* Added Chinese (Simplified) localization by Eric Dee. +* Tweaked the fairware system. +* Upgraded minimum requirements to OS X 10.6 and Ubuntu 11.04. + === 3.1.2 (2011-08-25) * Fixed a bug preventing the Folders scan from working. (#172)