se v2.11.0

This commit is contained in:
Virgil Dupras 2010-08-17 11:32:20 +02:00
parent cc05661f9e
commit 29163ed053
3 changed files with 11 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>hsft</string>
<key>CFBundleVersion</key>
<string>2.10.1</string>
<string>2.11.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -1,3 +1,12 @@
- date: 2010-08-17
version: 2.11.0
description: |
* Added the ability to save (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-15
version: 2.10.1
description: |

View File

@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'se'
LOGO_NAME = 'logo_se'
NAME = 'dupeGuru'
VERSION = '2.10.1'
VERSION = '2.11.0'
DELTA_COLUMNS = frozenset([2, 4])
def __init__(self):