From 725f9d51db8eeb73d34bfd290b2bb92fed790eff Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 30 Nov 2011 14:30:02 -0500 Subject: [PATCH] se v3.3.0 --- core_se/__init__.py | 2 +- help/changelog_se | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 7041058b..f413ea48 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.2.1' +__version__ = '3.3.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index cd465095..3ad67a4c 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,12 @@ +=== 3.3.0 (2011-11-30) + +* Added multiple-selection in folder selection dialog for a more efficient folder removal. (#179) +* Fixed a crash in the prioritize dialog. (#178) +* Fixed a bug where mass marking with a filter would mark more than filtered duplicates. (#181) +* Fixed random hard crashes. [Mac OS X] (#183 #184) +* Added Czech localization by Aleš Nehyba. +* Added Italian localization by Paolo Rossi. + === 3.2.1 (2011-10-02) * Fixed a couple of broken action bindings from v3.2.0.