diff --git a/core_me/__init__.py b/core_me/__init__.py index 49fce4f1..5729f8dc 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.4.2' +__version__ = '6.5.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index c4929a8e..aa190276 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,14 @@ +=== 6.5.0 (2012-08-10) + +* 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. +* Improved Russian localization by Kyrill Detinov. + === 6.4.2 (2012-07-07) * Fixed iTunes integration which was broken since iTunes 10.6.3. [Mac]