pe 1.11.2

This commit is contained in:
Virgil Dupras 2010-10-07 11:34:29 +02:00
parent a2e4d893ac
commit ca6a42e6eb
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
- date: 2010-10-07
version: 1.11.2
description: |
* Fixed delta column colors which were broken since 1.11.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
- date: 2010-09-30
version: 1.11.1
description: |

View File

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