diff --git a/core_pe/__init__.py b/core_pe/__init__.py index fe674305..525a19a3 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.1.0' +__version__ = '2.2.0' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 60a79a51..d1eb63fe 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -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.