pe v1.11.3

This commit is contained in:
Virgil Dupras 2010-12-31 14:43:00 +01:00
parent 09082955a3
commit 75239d6a64
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,3 +1,10 @@
- date: 2010-12-31
version: 1.11.3
description: |
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
* Fixed crash when iPhoto can't be found. (#125)
- date: 2010-10-07
version: 1.11.2
description: |

View File

@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'pe'
LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition'
VERSION = '1.11.2'
VERSION = '1.11.3'
DELTA_COLUMNS = frozenset([2, 5])
def __init__(self):