From 5f7e7fbb13bf5f36e0ce63434be593cb1a364940 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 23 Jan 2012 14:39:41 -0500 Subject: [PATCH] pe v2.4.1 --- core_pe/__init__.py | 2 +- help/changelog_pe | 7 +++++++ requirements-osx.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core_pe/__init__.py b/core_pe/__init__.py index 6508daae..2f8a775b 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.4.0' +__version__ = '2.4.1' __appname__ = 'dupeGuru Picture Edition' \ No newline at end of file diff --git a/help/changelog_pe b/help/changelog_pe index 2d5e1ffc..6bf32193 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,10 @@ +=== 2.4.1 (2012-01-23) + +* Fixed a crash on sorting by dimensions. +* Improved communications with iPhoto. [Cocoa] (#185) +* Fixed crash on Export to HTML. [Windows, Linux] +* Added Ukrainian localization by Yuri Petrashko. + === 2.4.0 (2012-01-06) * Added multiple-selection in folder selection dialog for a more efficient folder removal. (#179) diff --git a/requirements-osx.txt b/requirements-osx.txt index 71a4dd32..98dba0cc 100644 --- a/requirements-osx.txt +++ b/requirements-osx.txt @@ -1,4 +1,4 @@ -r requirements.txt -objp>=1.0.0 +objp>=1.1.0 pluginbuilder>=1.1.0 appscript>=1.0.0