pe v2.10.0

This commit is contained in:
Virgil Dupras 2014-05-03 13:57:00 -04:00
parent 279b7ad10c
commit ebd7f1b4ce
2 changed files with 16 additions and 2 deletions

View File

@ -1,2 +1,2 @@
__version__ = '2.9.0'
__appname__ = 'dupeGuru Picture Edition'
__version__ = '2.10.0'
__appname__ = 'dupeGuru Picture Edition'

View File

@ -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)