From 591b4c7c6a795cd56c0a80fd28b2a46463f8ed3a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 2 Jun 2011 10:32:48 -0400 Subject: [PATCH] pe v2.2.0 --- core_pe/__init__.py | 2 +- help/changelog_pe | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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.