This commit is contained in:
Virgil Dupras 2010-09-26 12:33:39 +02:00
parent a056be0842
commit 864970b860
3 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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: |

View File

@ -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):