From e0adec7b2b3ec30c4286cb909cc5db503b49d7e3 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 1 Feb 2011 10:03:56 +0100 Subject: [PATCH] me v6.0.0 --- core_me/__init__.py | 2 +- help/changelog_me | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index 03096484..290969b9 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '5.10.4' +__version__ = '6.0.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 7124c088..866f2db4 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,13 @@ +=== 6.0.0 (2011-02-01) + +* Re-designed the UI. (#129) +* Internationalized dupeGuru and localized it to french. (#32) +* Changed the format of the help file. (#130) +* Fixed crashes when reading malformed songs. (#127 #131) +* Removed focus from the cancel button in the progress dialog to avoid accidental cancellations. [Mac OS X] (#135) +* Folders added through drag and drop are added to the recent folders list. (#136) +* Added a debugging mode. (#132) + === 5.10.4 (2010-12-30) * Fixed bug causing results to be corrupted after a scan cancellation. (#120)