From de6f50ab1219cc0e88c2bd4975af71c5c07c1bcd Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 5 May 2013 10:17:24 -0400 Subject: [PATCH] pe v2.7.1 --- core_pe/__init__.py | 2 +- help/changelog_pe | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index 61cc3cca..330c3594 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.7.0' +__version__ = '2.7.1' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 1c0d5e6a..452dc5b5 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,14 @@ +=== 2.7.1 (2013-05-05) + +* Fixed false matching bug in EXIF matching. (#219) +* Improved "Make Selection Reference" to make it clearer. (#222) +* Improved "Open Selected" to allow opening more than one file at once. (#142) +* Fixed a few typos here and there. (#216 #225) +* Tweaked the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)). +* Added Arch Linux packaging +* Added a 64-bit build for Windows. +* Improved Brazilian localization by Victor Figueiredo. + === 2.7.0 (2012-08-11) * Added "Export to CSV". (#189)