From e4430168f7bc481918f20636409780d553ebf43f Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 1 Jun 2012 10:56:48 -0400 Subject: [PATCH] se v3.5.0 --- core_se/__init__.py | 2 +- help/changelog_se | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 04b1ce12..a6c1f659 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.4.1' +__version__ = '3.5.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index ad69fe61..39aba1d9 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,9 @@ +=== 3.5.0 (2012-06-01) + +* Added a Deletion Options panel. +* Greatly improved memory usage for big scans. +* Added a keybinding for the filter field. (#182) [Mac] + === 3.4.1 (2012-04-14) * Fixed the "Folders" scan type. [Mac]