mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-08-03 10:03:20 +00:00
se v2.9.2
This commit is contained in:
parent
8a6fb6dcba
commit
9eca84efe1
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.9.1</string>
|
<string>2.9.2</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
- date: 2010-02-10
|
||||||
|
version: 2.9.2
|
||||||
|
description: |
|
||||||
|
* dupeGuru is now 64-bit on Mac OS X!
|
||||||
|
* Fixed a crash upon quitting when support folder is not present. (#83)
|
||||||
|
* Fixed a crash during sorting. (#85)
|
||||||
|
* Fixed selection glitches, especially while renaming. (#93)
|
||||||
- date: 2010-01-13
|
- date: 2010-01-13
|
||||||
version: 2.9.1
|
version: 2.9.1
|
||||||
description: |
|
description: |
|
||||||
|
@ -26,7 +26,7 @@ class Directories(DirectoriesBase):
|
|||||||
class DupeGuru(DupeGuruBase):
|
class DupeGuru(DupeGuruBase):
|
||||||
LOGO_NAME = 'logo_se'
|
LOGO_NAME = 'logo_se'
|
||||||
NAME = 'dupeGuru'
|
NAME = 'dupeGuru'
|
||||||
VERSION = '2.9.1'
|
VERSION = '2.9.2'
|
||||||
DELTA_COLUMNS = frozenset([2, 4, 5])
|
DELTA_COLUMNS = frozenset([2, 4, 5])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user