From a47c208f45bc7873b26fa5b7ff1107335068387a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 8 Aug 2012 10:05:15 -0400 Subject: [PATCH] v3.6.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 a6c1f659..9d25d815 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.5.0' +__version__ = '3.6.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 595d5374..d411d1be 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,14 @@ +=== 3.6.0 (2012-08-08) + +* Added "Export to CSV". (#189) +* Added "Replace with symlinks" to complement "Replace with hardlinks". [Mac, Linux] (#194) +* dupeGuru now tells how many duplicates were affected after each re-prioritization operation. (#204) +* Added Longest/Shortest filename criteria in the re-prioritize dialog. (#198) +* Fixed result table cells which mistakenly became writable in v3.5.0. [Mac] (#203) +* Fixed "Rename Selected" which was broken since v3.5.0. [Mac] (#202) +* Fixed a bug where "Reset to Defaults" in the Columns menu wouldn't refresh menu items' marked state. +* Added Brazilian localization by Victor Figueiredo. + === 3.5.0 (2012-06-01) * Added a Deletion Options panel.