se v3.1.1

This commit is contained in:
Virgil Dupras 2011-08-24 12:05:31 -04:00
parent 04938bb573
commit 3df35be0cf
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = '3.1.0'
__version__ = '3.1.1'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,13 @@
=== 3.1.1 (2011-08-24)
* Added German localization by Gregor Tätzner.
* Improved OS X Lion compatibility. [Mac OS X]
* Made the file collection phase cancellable. (#168)
* Fixed glitch in folder window upon selecting a folder state. [Windows, Linux] (#165)
* Fixed a text coloring glitch in the results. (#156)
* Fixed glitch in the sorting feature of the Folder column. (#161)
* Make sure that saved results have the ".dupeguru" extension. [Linux] (#157)
=== 3.1.0 (2011-04-16)
* Added the "Folders" scan type. (#89)