se 2.12.2

This commit is contained in:
Virgil Dupras 2010-10-05 03:50:28 -07:00
parent 463a551f7d
commit 8a8a181186
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>2.12.1</string>
<string>2.12.2</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

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

View File

@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'se'
LOGO_NAME = 'logo_se'
NAME = 'dupeGuru'
VERSION = '2.12.1'
VERSION = '2.12.2'
DELTA_COLUMNS = frozenset([2, 4])
def __init__(self):