mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +00:00
me v5.8.0
This commit is contained in:
parent
fa2ee01d3f
commit
5c0799e82b
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>5.7.2</string>
|
<string>5.8.0</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-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
|
- date: 2010-02-13
|
||||||
version: 5.7.2
|
version: 5.7.2
|
||||||
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.7.2'
|
VERSION = '5.8.0'
|
||||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
|
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user