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)