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)