From 4a36227a186dd918c709a9fcfedc80e7da33524b Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 7 Dec 2013 10:57:30 -0500 Subject: [PATCH] v3.8.0 --- core_se/__init__.py | 2 +- help/changelog_se | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 7aea0ee2..3f5de611 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.7.1' +__version__ = '3.8.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index a41ba795..8c88a27b 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -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.