1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 13:44:37 +00:00

se v2.9.1

This commit is contained in:
Virgil Dupras 2010-01-13 16:06:59 +01:00
parent f5d0e22dc7
commit 492c577184
3 changed files with 9 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>hsft</string> <string>hsft</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.9.0</string> <string>2.9.1</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -1,3 +1,10 @@
- date: 2010-01-13
version: 2.9.1
description: |
* Improved memory usage for Contents scans. (#75)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Fixed a bug sometimes causing the small files threshold pref to be ignored. [Mac OS X] (#75)
- date: 2009-11-03 - date: 2009-11-03
version: 2.9.0 version: 2.9.0
description: | description: |

View File

@ -26,7 +26,7 @@ class Directories(DirectoriesBase):
class DupeGuru(DupeGuruBase): class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_se' LOGO_NAME = 'logo_se'
NAME = 'dupeGuru' NAME = 'dupeGuru'
VERSION = '2.9.0' VERSION = '2.9.1'
DELTA_COLUMNS = frozenset([2, 4, 5]) DELTA_COLUMNS = frozenset([2, 4, 5])
def __init__(self): def __init__(self):