se v3.0.1

This commit is contained in:
Virgil Dupras 2011-01-27 10:53:13 +01:00
parent e9bb1c01f7
commit 0aa91b170c
2 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = '3.0.0'
__version__ = '3.0.1'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,12 @@
=== 3.0.1 (2011-01-27)
* Restored the context menu which had been broken in 3.0.0. [Mac OS X] (#133)
* Fixed a bug where an "unsaved results" warning would be issued on quit even with empty results. (#134)
* Removed focus from the cancel button in the progress dialog to avoid accidental cancellations. [Mac OS X] (#135)
* Folders added through drag and drop are added to the recent folders list. (#136)
* Added a debugging mode. (#132)
* Fixed french localization glitches.
=== 3.0.0 (2011-01-24)
* Re-designed the UI. (#129)