From 8b510994ad13d2c89d472e72e33d0b39c62dd616 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 25 Aug 2013 10:53:08 -0400 Subject: [PATCH] pe v2.8.0 --- core_pe/__init__.py | 2 +- help/changelog_pe | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index 330c3594..d54f98bd 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.7.1' +__version__ = '2.8.0' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 452dc5b5..7fa4c87e 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,12 @@ +=== 2.8.0 (2013-08-25) + +* Improved delta values to support non-numerical values. (#213) +* Improved the Re-Prioritize dialog's UI. (#224) +* Added hardlink/symlink support on Windows Vista+. (#220) +* Added keybinding for the "Clear Picture Cache" action. [Linux, Windows] (#230) +* Dropped 32bit support on Mac OS X. +* Added Vietnamese localization by Phan Anh. + === 2.7.1 (2013-05-05) * Fixed false matching bug in EXIF matching. (#219)