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!