From c8af8ccc61e1329b8a78562b9064f7b9a5c10b74 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 27 Mar 2012 10:03:37 -0400 Subject: [PATCH] me v 6.3.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 bfd949a8..52649ec5 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,2 +1,2 @@ -__version__ = '6.2.1' +__version__ = '6.3.0' __appname__ = 'dupeGuru Music Edition' \ No newline at end of file diff --git a/help/changelog_me b/help/changelog_me index 0a60c23d..ba0f9f12 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,16 @@ +=== 6.3.0 (2012-03-27) + +* Improved iTunes support. [Mac] +* Improved results window UI. [Windows, Linux] +* Improved error messages when communicating with iTunes. (#188) [Mac] +* Added a dialog to edit the Ignore List. +* Added the ability to sort results by "marked" status. +* Fixed "Open with default application". (#190) +* Fixed a bug where there would be a false reporting of discarded matches. (#195) +* Fixed various localization glitches. +* Fixed hard crashes on crash reporting. (#196) +* Fixed bug where the details panel would show up at inconvenient places in the screen. [Windows, Linux] + === 6.2.1 (2012-01-20) * Fixed random hard crashes (yeah, again). [Mac OS X]