This commit is contained in:
Virgil Dupras 2016-11-25 01:03:36 +00:00
parent dc6933c90c
commit 6a28017c49
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
__version__ = '4.0.2'
__version__ = '4.0.3'
__appname__ = 'dupeGuru'

View File

@ -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)