se v3.0.2

This commit is contained in:
Virgil Dupras 2011-03-16 14:36:46 +01:00
parent 70e4e6f5af
commit 2c242aedfd
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,3 +1,12 @@
=== 3.0.2 (2011-03-16)
* Fixed crash after removing marked dupes. (#140)
* Fixed crash on error handling. [Windows] (#144)
* Fixed crash on copy/move. [Windows] (#148)
* Fixed crash when launching dupeGuru from a very long folder name. [Mac OS X] (#119)
* Fixed a refresh bug in directory panel. (#153)
* Tweaked Fairware reminders.
=== 3.0.1 (2011-01-27)
* Restored the context menu which had been broken in 3.0.0. [Mac OS X] (#133)