From 27f4c290c4e185f09e8367e62e32c5dace3791d4 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 2 Jun 2012 11:23:58 -0400 Subject: [PATCH] me v6.4.0 --- core_me/__init__.py | 2 +- help/changelog_me | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index 12b5f54b..08c735c9 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.3.1' +__version__ = '6.4.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index e6074452..bc16781d 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,10 @@ +=== 6.4.0 (2012-06-02) + +* Added a Deletion Options panel. +* Greatly improved memory usage for big scans. +* Added a keybinding for the filter field. (#182) [Mac] +* Upgraded minimum requirements for Ubuntu to 12.04. + === 6.3.1 (2012-04-15) * Fixed crash on iTunes library parsing. [Mac]