From 39fc7a91d7b2da98e75c93b9e76383a9741aaa31 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 18 Mar 2011 09:11:11 +0100 Subject: [PATCH] me v6.0.1 --- 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 290969b9..7855891a 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.0.0' +__version__ = '6.0.1' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 866f2db4..2792fe7e 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,13 @@ +=== 6.0.1 (2011-03-18) + +* Fixed crash after removing marked dupes. (#140) +* Fixed crash on error handling. [Windows] (#144) +* Fixed crash on copy/move. [Windows] (#148) +* Fixed crash when launching dupeGuru from a very long folder name. [Mac OS X] (#119) +* Fixed a refresh bug in directory panel. (#153) +* Improved reliability of the "Send to Trash" operation. [Linux] +* Tweaked Fairware reminders. + === 6.0.0 (2011-02-01) * Re-designed the UI. (#129)