mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 17:59:50 +00:00
me5.10.2
This commit is contained in:
parent
ea4b87895c
commit
657520b0b3
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>5.10.1</string>
|
<string>5.10.2</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -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
|
- date: 2010-09-30
|
||||||
version: 5.10.1
|
version: 5.10.1
|
||||||
description: |
|
description: |
|
||||||
|
@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase):
|
|||||||
EDITION = 'me'
|
EDITION = 'me'
|
||||||
LOGO_NAME = 'logo_me'
|
LOGO_NAME = 'logo_me'
|
||||||
NAME = 'dupeGuru Music Edition'
|
NAME = 'dupeGuru Music Edition'
|
||||||
VERSION = '5.10.1'
|
VERSION = '5.10.2'
|
||||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
|
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user