mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
dgse qt v2.8.1
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40167
This commit is contained in:
parent
0b968ac1ce
commit
fab04de690
@ -1,3 +1,10 @@
|
||||
- date: 2009-10-02
|
||||
version: 2.8.1
|
||||
description: |
|
||||
* Fixed crash with filtering when regular expressions were enabled. (#60)
|
||||
* Fixed crash when setting directories' state. (Mac OS X) (#66)
|
||||
* Fixed crash with Make Reference when certain filters are applied. (Mac OS X) (#55)
|
||||
* Improved error handling during delete/move/copy actions. (#62 #65)
|
||||
- date: 2009-09-07
|
||||
version: 2.8.0
|
||||
description: |
|
||||
|
@ -27,7 +27,7 @@ class Directories(DirectoriesBase):
|
||||
class DupeGuru(DupeGuruBase):
|
||||
LOGO_NAME = 'logo_se'
|
||||
NAME = 'dupeGuru'
|
||||
VERSION = '2.8.0'
|
||||
VERSION = '2.8.1'
|
||||
DELTA_COLUMNS = frozenset([2, 4, 5])
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user