This commit is contained in:
Virgil Dupras 2013-12-07 10:57:30 -05:00
parent 28b8b2e415
commit 4a36227a18
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = '3.7.1'
__version__ = '3.8.0'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,14 @@
=== 3.8.0 (2013-12-07)
* 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.
* Removed the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)).
=== 3.7.1 (2013-08-19)
* Fixed folder scan type, which was broken in v3.7.0.