pe v2.2.0

This commit is contained in:
Virgil Dupras 2011-06-02 10:32:48 -04:00
parent 8b1170a82b
commit 591b4c7c6a
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = '2.1.0'
__version__ = '2.2.0'
__appname__ = 'dupeGuru Picture Edition'

View File

@ -1,3 +1,13 @@
=== 2.2.0 (2011-03-07)
* Added the EXIF Timestamp scan type.
* Correctly rotate pictures before analysis when EXIF orientation indicates it. (#154)
* Make sure that saved results have the ".dupeguru" extension. [Linux] (#157)
* Fixed a text coloring glitch in the results. (#156)
* Fixed a refresh bug in directory panel. (#153)
* Fixed a crash on saving results. (#149)
* Improved reliability of the "Send to Trash" operation. [Linux]
=== 2.1.0 (2011-03-07)
* Improved scanning speed, especially for big scans with a lot of CPU cores.