mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
se v2.12.3
This commit is contained in:
parent
3aae21b810
commit
f6806e42db
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.12.2</string>
|
<string>2.12.3</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
- date: 2011-01-01
|
||||||
|
version: 2.12.3
|
||||||
|
description: |
|
||||||
|
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
|
||||||
|
* Fixed crash when fetching Fairware unpaid hours. (#121)
|
||||||
|
* Fixed crash when replacing files with hardlinks. (#122)
|
||||||
- date: 2010-10-05
|
- date: 2010-10-05
|
||||||
version: 2.12.2
|
version: 2.12.2
|
||||||
description: |
|
description: |
|
||||||
|
@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
|
|||||||
EDITION = 'se'
|
EDITION = 'se'
|
||||||
LOGO_NAME = 'logo_se'
|
LOGO_NAME = 'logo_se'
|
||||||
NAME = 'dupeGuru'
|
NAME = 'dupeGuru'
|
||||||
VERSION = '2.12.2'
|
VERSION = '2.12.3'
|
||||||
DELTA_COLUMNS = frozenset([2, 4])
|
DELTA_COLUMNS = frozenset([2, 4])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user