pe v2.1.0

This commit is contained in:
Virgil Dupras 2011-03-07 11:33:40 +01:00
parent 404743a27f
commit b96fae74b6
3 changed files with 13 additions and 3 deletions

4
README
View File

@ -43,8 +43,8 @@ OS X prerequisites
- XCode 3.1 (http://developer.apple.com/TOOLS/xcode/)
- Sparkle (http://sparkle.andymatuschak.org/)
- PyObjC 2.3 (http://pyobjc.sourceforge.net/)
- pluginbuilder 1.0.0 (http://bitbucket.org/hsoft/pluginbuilder)
- appscript 0.22.0 for ME and PE (http://appscript.sourceforge.net/)
- pluginbuilder 1.0.1 (http://bitbucket.org/hsoft/pluginbuilder)
- appscript 1.0.0 for ME and PE (http://appscript.sourceforge.net/)
Windows prerequisites
---------------------

View File

@ -1,2 +1,2 @@
__version__ = '2.0.0'
__version__ = '2.1.0'
__appname__ = 'dupeGuru Picture Edition'

View File

@ -1,3 +1,13 @@
=== 2.1.0 (2011-03-07)
* Improved scanning speed, especially for big scans with a lot of CPU cores.
* Improved iPhoto integration. [Mac OS X]
* 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)
* Tweaked Fairware reminders.
=== 2.0.0 (2011-01-29)
* Re-designed the UI. (#129)