From 573d088088f204578a527527a757fd07f287e940 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 11 Aug 2012 12:00:16 -0400 Subject: [PATCH] pe v2.7.0 --- core_pe/__init__.py | 2 +- help/changelog_pe | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index 4eef89ce..61cc3cca 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.6.0' +__version__ = '2.7.0' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 623b5379..1c0d5e6a 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,17 @@ +=== 2.7.0 (2012-08-11) + +* Added "Export to CSV". (#189) +* Added "Replace with symlinks" to complement "Replace with hardlinks". [Mac, Linux] (#194) +* Added "Exif Timestamp" column. (#201) +* 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 v2.6.0. [Mac] (#203) +* Fixed "Rename Selected" which was broken since v2.6.0. [Mac] (#202) +* Fixed a bug where "Reset to Defaults" in the Columns menu wouldn't refresh menu items' marked state. +* Fixed a bug where outdated picture cache entries would result in false matches. (#199) +* Added Brazilian localization by Victor Figueiredo. +* Improved Russian localization by Kyrill Detinov. + === 2.6.0 (2012-06-06) * Added Aperture support. (#42)