dgse qt v2.8.1

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40167
This commit is contained in:
hsoft 2009-10-02 11:44:39 +00:00
parent 0b968ac1ce
commit fab04de690
2 changed files with 8 additions and 1 deletions

View File

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

View File

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