mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-03 05:53:20 +00:00
pe 1.8.4
This commit is contained in:
parent
6dd53c6bfd
commit
b6cb00bc79
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.3</string>
|
<string>1.8.4</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-02-18
|
||||||
|
version: 1.8.4
|
||||||
|
description: |
|
||||||
|
* Fixed a glitch in the details panel causing it to sometimes show the wrong pictures.
|
||||||
- date: 2010-02-11
|
- date: 2010-02-11
|
||||||
version: 1.8.3
|
version: 1.8.3
|
||||||
description: |
|
description: |
|
||||||
|
@ -56,7 +56,7 @@ class File(fs.File):
|
|||||||
class DupeGuru(DupeGuruBase):
|
class DupeGuru(DupeGuruBase):
|
||||||
LOGO_NAME = 'logo_pe'
|
LOGO_NAME = 'logo_pe'
|
||||||
NAME = 'dupeGuru Picture Edition'
|
NAME = 'dupeGuru Picture Edition'
|
||||||
VERSION = '1.8.3'
|
VERSION = '1.8.4'
|
||||||
DELTA_COLUMNS = frozenset([2, 5, 6])
|
DELTA_COLUMNS = frozenset([2, 5, 6])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user