From 6a28017c490e5633163997403e7fd5b90b23b300 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 25 Nov 2016 01:03:36 +0000 Subject: [PATCH] v4.0.3 --- core/__init__.py | 2 +- help/changelog | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/__init__.py b/core/__init__.py index f67db278..9e53376c 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,3 +1,3 @@ -__version__ = '4.0.2' +__version__ = '4.0.3' __appname__ = 'dupeGuru' diff --git a/help/changelog b/help/changelog index e0565631..ff58f807 100644 --- a/help/changelog +++ b/help/changelog @@ -1,6 +1,13 @@ +=== 4.0.3 (2016-11-24) + +* Add new picture cache backend: shelve +* Make shelve picture cache backend the active one on MacOS to fix #394 more + elegantly. [cocoa] +* Remove Sparkle (auto-updates) due to technical limitations. [cocoa] + === 4.0.2 (2016-10-09) -* Fix systematic crash in Picture Mode under MacOs Sierra. (#394) +* Fix systematic crash in Picture Mode under MacOS Sierra. (#394) * No change for Linux. Just keeping version in sync. === 4.0.1 (2016-08-24)