diff --git a/core_pe/__init__.py b/core_pe/__init__.py index 7407d973..c763aa44 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.9.0' -__appname__ = 'dupeGuru Picture Edition' \ No newline at end of file +__version__ = '2.10.0' +__appname__ = 'dupeGuru Picture Edition' diff --git a/help/changelog_pe b/help/changelog_pe index b6833ef3..fc341339 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,17 @@ +=== 2.10.0 (2014-05-03) + +* This is mostly a dependencies upgrade. +* Upgraded to Python 3.3. +* Upgraded to Qt 5. +* Minimum Windows version is now Windows 7 64bit. +* Minimum Ubuntu version is now 14.04. +* Minimum OS X version is now 10.7 (Lion). +* ... But with a couple of little improvements. +* Improved documentation. +* Overwrite subfolders' state when setting states in folder dialog (#248) +* Fix empty Ignore List dialog bug. (#253) +* The error report dialog now brings the user to Github issues. + === 2.9.0 (2013-12-22) * Read RAW pictures EXIF tags. [Mac] (#234)