From 51b14435e05ce00b71e51c704565b5ea37b8af13 Mon Sep 17 00:00:00 2001 From: hsoft Date: Wed, 16 Dec 2009 09:54:00 +0000 Subject: [PATCH] dgpe qt v1.8.0 --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40259 --- pe/help/changelog.yaml | 9 +++++++++ pe/qt/app.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pe/help/changelog.yaml b/pe/help/changelog.yaml index eda6590d..4ca20407 100644 --- a/pe/help/changelog.yaml +++ b/pe/help/changelog.yaml @@ -1,3 +1,12 @@ +- date: 2009-11-02 + version: 1.8.0 + description: | + * Added drag & drop support in the Directories panel. (#9) + * Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72) + * Clarified how directories' state are set by painting a combo box in the state cells. [Windows] + (#76) + * Fixed some crashes. (#78 and #79) + * Dropped Mac OS X Tiger support. - date: 2009-10-24 version: 1.7.8 description: | diff --git a/pe/qt/app.py b/pe/qt/app.py index 7187529a..4bdee272 100644 --- a/pe/qt/app.py +++ b/pe/qt/app.py @@ -57,7 +57,7 @@ class File(fs.File): class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.7.7' + VERSION = '1.8.0' DELTA_COLUMNS = frozenset([2, 5, 6]) def __init__(self):