diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist index 80500ecd..0d9b3f53 100644 --- a/cocoa/me/Info.plist +++ b/cocoa/me/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 5.7.2 + 5.8.0 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml index 0f7eeb1b..0bd7176a 100644 --- a/help_me/changelog.yaml +++ b/help_me/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2010-04-14 + version: 5.8.0 + description: | + * Improved error messages when files can't be sent to trash, moved or copied. + * Added a custom command invocation action. (#12) + * Filters are now applied on whole paths. (#4) - date: 2010-02-13 version: 5.7.2 description: | diff --git a/qt/me/app.py b/qt/me/app.py index 59c910c9..c9c896ab 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'me' LOGO_NAME = 'logo_me' NAME = 'dupeGuru Music Edition' - VERSION = '5.7.2' + VERSION = '5.8.0' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8]) def __init__(self):