mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-25 16:11:39 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2a55ffd31 | ||
|
|
793c2aa423 |
2
.hgtags
2
.hgtags
@@ -19,3 +19,5 @@ cbcf9c80fee4c908ef2efbf1c143c9e47676c9b2 pe1.8.0
|
|||||||
388a7e5aef6385e515189f4a15b4c4fed3ae2fcf me5.8.0
|
388a7e5aef6385e515189f4a15b4c4fed3ae2fcf me5.8.0
|
||||||
27501167e3b9262ecb60c967941294f36d77eb25 pe1.9.0
|
27501167e3b9262ecb60c967941294f36d77eb25 pe1.9.0
|
||||||
cb0a860430bacd712820bce426bcf47a4135efe1 se2.10.1
|
cb0a860430bacd712820bce426bcf47a4135efe1 se2.10.1
|
||||||
|
cb0a860430bacd712820bce426bcf47a4135efe1 se2.10.1
|
||||||
|
f71d405e62badcfdc1b037facaac043cece40ee5 se2.10.1
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>5.8.0</string>
|
<string>5.8.1</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
- date: 2010-07-16
|
||||||
|
version: 5.8.1
|
||||||
|
description: |
|
||||||
|
* Fixed a couple of crashes. (#95, #97, #100)
|
||||||
- date: 2010-04-14
|
- date: 2010-04-14
|
||||||
version: 5.8.0
|
version: 5.8.0
|
||||||
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.8.0'
|
VERSION = '5.8.1'
|
||||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
|
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user