dgpe qt v1.8.0

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40259
This commit is contained in:
hsoft 2009-12-16 09:54:00 +00:00
parent 59de033523
commit 51b14435e0
2 changed files with 10 additions and 1 deletions

View File

@ -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: |

View File

@ -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):