se v3.4.0

This commit is contained in:
Virgil Dupras 2012-03-29 10:48:48 -04:00
parent 87aa181e4b
commit 2d75ffefa7
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = '3.3.3'
__version__ = '3.4.0'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,14 @@
=== 3.4.0 (2012-03-29)
* Improved results window UI. [Windows, Linux]
* Added a dialog to edit the Ignore List.
* Added the ability to sort results by "marked" status.
* Fixed "Open with default application". (#190)
* Fixed a bug where there would be a false reporting of discarded matches. (#195)
* Fixed various localization glitches.
* Fixed hard crashes on crash reporting. (#196)
* Fixed bug where the details panel would show up at inconvenient places in the screen. [Windows, Linux]
=== 3.3.3 (2012-02-01)
* Fixed crash on adding some folders. [Mac OS X]