From 2d75ffefa7043fa7453c245360868d83e1a6f8be Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 29 Mar 2012 10:48:48 -0400 Subject: [PATCH] se v3.4.0 --- core_se/__init__.py | 2 +- help/changelog_se | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 0f366ec0..46d86c63 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.3.3' +__version__ = '3.4.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 4cf986d7..ff5a7900 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -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]