pe v2.9.0

This commit is contained in:
Virgil Dupras 2013-12-22 10:23:54 -05:00
parent 3e42ad8469
commit 152f5f37ce
4 changed files with 16 additions and 1 deletions

View File

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

View File

@ -7,6 +7,7 @@
* Fixed crash on Dupe Count sorting with Delta + Dupes Only. (#238)
* Improved documentation.
* Important internal refactorings.
* Dropped Ubuntu 12.04 and 12.10 support.
* Removed the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)).
=== 6.6.0 (2013-08-18)

View File

@ -1,3 +1,16 @@
=== 2.9.0 (2013-12-22)
* Read RAW pictures EXIF tags. [Mac] (#234)
* Disable symlink/hardlink deletion option when not relevant. (#247)
* Make Cmd+A select all folders in the Folder Selection dialog. [Mac] (#228)
* Make non-numeric delta comparison case insensitive. (#239)
* Fix surrogate-related UnicodeEncodeError on CSV export. (#210)
* Fixed crash on Dupe Count sorting with Delta + Dupes Only. (#238)
* Improved documentation.
* Important internal refactorings.
* Dropped Ubuntu 12.04 and 12.10 support.
* Removed the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)).
=== 2.8.0 (2013-08-25)
* Improved delta values to support non-numerical values. (#213)

View File

@ -7,6 +7,7 @@
* Fixed crash on Dupe Count sorting with Delta + Dupes Only. (#238)
* Improved documentation.
* Important internal refactorings.
* Dropped Ubuntu 12.04 and 12.10 support.
* Removed the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)).
=== 3.7.1 (2013-08-19)