me v5.9.0

This commit is contained in:
Virgil Dupras 2010-08-20 09:51:30 +02:00
parent 5733c0143b
commit fb7e3189a8
3 changed files with 11 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>hsft</string>
<key>CFBundleVersion</key>
<string>5.8.1</string>
<string>5.9.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -1,3 +1,12 @@
- date: 2010-08-20
version: 5.9.0
description: |
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-16
version: 5.8.1
description: |

View File

@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'me'
LOGO_NAME = 'logo_me'
NAME = 'dupeGuru Music Edition'
VERSION = '5.8.1'
VERSION = '5.9.0'
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
def __init__(self):