This commit is contained in:
Virgil Dupras 2016-06-10 09:16:54 -04:00
parent 53bbc5901c
commit df9f72d9bf
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,3 @@
__version__ = '3.9.1'
__version__ = '4.0.0'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,17 @@
=== 4.0.0 (2016-06-10)
* Merge Standard, Music and Picture editions in the same application!
* Improve documentation. (#294)
* Add Polish, Korean, Spanish and Dutch localizations.
* qt: Fix wrong use_regexp option propagation to core. (#295)
* qt: Fix progress window mistakenly showing up on startup. (#357)
* Bump Python requirement to v3.4.
* Drop Windows support, maybe temporarily.
`Details <https://www.hardcoded.net/archive2015#2015-11-01>`_
* cocoa: Drop iPhoto, Aperture and iTunes support. Was unmaintained and obsolete.
* Drop "Audio Contents" scan type. Was confusing and seldom useful.
* Change license to GPLv3
=== 3.9.1 (2014-10-17)
* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``. [Linux, Windows] (#254)