This commit is contained in:
Virgil Dupras 2010-10-06 11:43:37 +02:00
parent ea4b87895c
commit 657520b0b3
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
- date: 2010-10-06
version: 5.10.2
description: |
* Fixed delta column colors which were broken since 5.10.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
- date: 2010-09-30
version: 5.10.1
description: |

View File

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