From 6ed4499a971fcef7972dafde0077b11eb0590a72 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 24 Aug 2016 20:31:58 -0400 Subject: [PATCH] v4.0.1 --- core/__init__.py | 2 +- help/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index f77b71ff..db7229e1 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,3 +1,3 @@ -__version__ = '4.0.0' +__version__ = '4.0.1' __appname__ = 'dupeGuru' diff --git a/help/changelog b/help/changelog index 0ed4845d..c0f95c45 100644 --- a/help/changelog +++ b/help/changelog @@ -1,3 +1,12 @@ +=== 4.0.1 (2016-08-24) + +* Add Greek localization, by Gabriel Koutilellis. (#382) +* Fix localization base path. [qt] (#378) +* Fix broken load results dialog. [qt] +* Fix crash on load results. [cocoa] (#380) +* Save preferences more predictably. [qt] (#379) +* Fix picture mode's fuzzy block scanner threshold. (#387) + === 4.0.0 (2016-07-01) * Merge Standard, Music and Picture editions in the same application!