From 5dc956870ddb8737130b389180f893c748ff9a10 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 18 Aug 2013 10:16:39 -0400 Subject: [PATCH] me v6.6.0 --- core_me/__init__.py | 2 +- help/changelog_me | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index 1d2fad1b..530927e4 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.5.1' +__version__ = '6.6.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 1e53d844..217a3eb7 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,11 @@ +=== 6.6.0 (2013-08-18) + +* Improved delta values to support non-numerical values. (#213) +* Improved the Re-Prioritize dialog's UI. (#224) +* Added hardlink/symlink support on Windows Vista+. (#220) +* Dropped 32bit support on Mac OS X. +* Added Vietnamese localization by Phan Anh. + === 6.5.1 (2013-05-18) * Improved "Make Selection Reference" to make it clearer. (#222)