From 864970b8608f2486e9aa9fd3cef31cdb9e18fd7c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 26 Sep 2010 12:33:39 +0200 Subject: [PATCH] se2.12.0 --- cocoa/se/Info.plist | 2 +- help_se/changelog.yaml | 8 ++++++++ qt/se/app.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist index fcb36b54..ff944db2 100644 --- a/cocoa/se/Info.plist +++ b/cocoa/se/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 2.11.1 + 2.12.0 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml index 3a60d9be..104e05e9 100644 --- a/help_se/changelog.yaml +++ b/help_se/changelog.yaml @@ -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: | diff --git a/qt/se/app.py b/qt/se/app.py index 20094788..a4a9431c 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -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):