From 73d22de752869846338b8630eaefcf6f69e51a75 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 29 Sep 2011 14:39:59 -0400 Subject: [PATCH] me v6.1.0 --- core_me/__init__.py | 2 +- help/changelog_me | 12 ++++++++++++ requirements.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/core_me/__init__.py b/core_me/__init__.py index fe1ae724..9a98841f 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.0.2' +__version__ = '6.1.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 87ee7557..6af0ea65 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,15 @@ +=== 6.1.0 (2011-09-29) + +* Added duplicate re-prioritization dialog. (#138) +* Added font size preference for duplicate table. (#82) +* Added Quicklook support. [Mac OS X] (#21) +* Improved behavior of Mark Selected. (#139) +* Improved filename sorting. (#169) +* Fixed bug preventing some OGG metadata from being read. (#176) +* Added Chinese (Simplified) localization by Eric Dee. +* Tweaked the fairware system. +* Upgraded minimum requirements to OS X 10.6 and Ubuntu 11.04. + === 6.0.2 (2011-08-26) * Added German localization by Gregor Tätzner. diff --git a/requirements.txt b/requirements.txt index a783a88d..f5dc22b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jobprogress>=1.0.2 Send2Trash3k>=1.2.0 -hsaudiotag3k>=1.1.1 +hsaudiotag3k>=1.1.2 pytest>=2.0.0 pytest-monkeyplus>=1.0.0