From 8434befe1f10e54086d958a6db13c5425f8ead9e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 11 May 2014 09:26:55 -0400 Subject: [PATCH] me v6.8.0 --- core_me/__init__.py | 2 +- help/changelog_me | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index 8d5a3fd7..66c165f4 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.7.0' +__version__ = '6.8.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 4b7d7b76..f2770fb7 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,16 @@ +=== 6.8.0 (2014-05-11) + +* This is mostly a dependencies upgrade. +* Upgraded to Python 3.3. +* Upgraded to Qt 5. +* Minimum Windows version is now Windows 7 64bit. +* Minimum Ubuntu version is now 14.04. +* Minimum OS X version is now 10.7 (Lion). +* ... But with a couple of little improvements. +* Improved documentation. +* Overwrite subfolders' state when setting states in folder dialog (#248) +* The error report dialog now brings the user to Github issues. + === 6.7.0 (2013-12-08) * Disable symlink/hardlink deletion option when not relevant. (#247)