From 3b9e11d14ff129250781faa13762eb0f4c5343b5 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 28 Apr 2013 14:56:54 -0400 Subject: [PATCH] se v3.6.1 --- 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 9d25d815..67df82b8 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.6.0' +__version__ = '3.6.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index d411d1be..0a34ced6 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,14 @@ +=== 3.6.1 (2013-04-28) + +* Improved "Make Selection Reference" to make it clearer. (#222) +* Improved "Open Selected" to allow opening more than one file at once. (#142) +* Fixed a few typos here and there. (#216 #225) +* Tweaked the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)). +* Added Arch Linux packaging +* Added a 64-bit build for Windows. +* Improved Russian localization by Kyrill Detinov. +* Improved Brazilian localization by Victor Figueiredo. + === 3.6.0 (2012-08-08) * Added "Export to CSV". (#189)