mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-24 23:51:38 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6806e42db | ||
|
|
3aae21b810 |
1
.hgtags
1
.hgtags
@@ -38,3 +38,4 @@ f9cae82a0752191276b24ffb2cc4e4a8afb5d754 me5.10.2
|
||||
154c8cb6f018d446d88fa099490c900906e86386 pe1.11.2
|
||||
ca93352ce35184853ad9fcb881935a43a8b1e249 me5.10.3
|
||||
44f6ff67066c083f79daa18a9d2f1ab909e0a62e me5.10.4
|
||||
3f71a8f5bf8f6d0729748a27af9163e013723294 pe1.11.3
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hsft</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.12.2</string>
|
||||
<string>2.12.3</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
- date: 2011-01-01
|
||||
version: 2.12.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)
|
||||
- date: 2010-10-05
|
||||
version: 2.12.2
|
||||
description: |
|
||||
|
||||
@@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'se'
|
||||
LOGO_NAME = 'logo_se'
|
||||
NAME = 'dupeGuru'
|
||||
VERSION = '2.12.2'
|
||||
VERSION = '2.12.3'
|
||||
DELTA_COLUMNS = frozenset([2, 4])
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user