pe v1.8.5

This commit is contained in:
Virgil Dupras 2010-03-01 12:31:34 +01:00
parent 47a6ceffbc
commit ba68789fb9
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1,3 +1,8 @@
- date: 2010-03-01
version: 1.8.5
description: |
* Fixed a bug preventing some iPhoto Libraries to be read. (Mac OS X)
* Improved results loading and saving speed.
- date: 2010-02-18
version: 1.8.4
description: |

View File

@ -56,7 +56,7 @@ class File(fs.File):
class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition'
VERSION = '1.8.4'
VERSION = '1.8.5'
DELTA_COLUMNS = frozenset([2, 5, 6])
def __init__(self):