From 3df35be0cf12dfacb69f946352abee00172b37c0 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 24 Aug 2011 12:05:31 -0400 Subject: [PATCH] se v3.1.1 --- core_se/__init__.py | 2 +- help/changelog_se | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index e2d7d511..49fdd1f4 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.1.0' +__version__ = '3.1.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index b4975504..f4b92a4f 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,13 @@ +=== 3.1.1 (2011-08-24) + +* Added German localization by Gregor Tätzner. +* Improved OS X Lion compatibility. [Mac OS X] +* Made the file collection phase cancellable. (#168) +* Fixed glitch in folder window upon selecting a folder state. [Windows, Linux] (#165) +* Fixed a text coloring glitch in the results. (#156) +* Fixed glitch in the sorting feature of the Folder column. (#161) +* Make sure that saved results have the ".dupeguru" extension. [Linux] (#157) + === 3.1.0 (2011-04-16) * Added the "Folders" scan type. (#89)