mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
se2.12.0
This commit is contained in:
parent
a056be0842
commit
864970b860
@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hsft</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.11.1</string>
|
||||
<string>2.12.0</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -1,3 +1,11 @@
|
||||
- date: 2010-09-26
|
||||
version: 2.12.0
|
||||
description: |
|
||||
* Improved UI with a little revamp.
|
||||
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
|
||||
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
|
||||
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
|
||||
* Fixed a bug peventing drag & drop from working in the Directories panel. [Windows, Linux]
|
||||
- date: 2010-08-26
|
||||
version: 2.11.1
|
||||
description: |
|
||||
|
@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'se'
|
||||
LOGO_NAME = 'logo_se'
|
||||
NAME = 'dupeGuru'
|
||||
VERSION = '2.11.1'
|
||||
VERSION = '2.12.0'
|
||||
DELTA_COLUMNS = frozenset([2, 4])
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user