mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
se v2.12.1 me v5.10.1 pe v1.11.1
This commit is contained in:
parent
4886982d43
commit
5b6891dd45
@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hsft</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.10.0</string>
|
||||
<string>5.10.1</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hsft</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.11.0</string>
|
||||
<string>1.11.1</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hsft</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.12.0</string>
|
||||
<string>2.12.1</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -1,3 +1,7 @@
|
||||
- date: 2010-09-30
|
||||
version: 5.10.1
|
||||
description: |
|
||||
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
|
||||
- date: 2010-09-27
|
||||
version: 5.10.0
|
||||
description: |
|
||||
|
@ -1,3 +1,7 @@
|
||||
- date: 2010-09-30
|
||||
version: 1.11.1
|
||||
description: |
|
||||
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
|
||||
- date: 2010-09-27
|
||||
version: 1.11.0
|
||||
description: |
|
||||
|
@ -1,3 +1,7 @@
|
||||
- date: 2010-09-30
|
||||
version: 2.12.1
|
||||
description: |
|
||||
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
|
||||
- date: 2010-09-26
|
||||
version: 2.12.0
|
||||
description: |
|
||||
|
@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'me'
|
||||
LOGO_NAME = 'logo_me'
|
||||
NAME = 'dupeGuru Music Edition'
|
||||
VERSION = '5.10.0'
|
||||
VERSION = '5.10.1'
|
||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
|
||||
|
||||
def __init__(self):
|
||||
|
@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'pe'
|
||||
LOGO_NAME = 'logo_pe'
|
||||
NAME = 'dupeGuru Picture Edition'
|
||||
VERSION = '1.11.0'
|
||||
VERSION = '1.11.1'
|
||||
DELTA_COLUMNS = frozenset([2, 5])
|
||||
|
||||
def __init__(self):
|
||||
|
@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'se'
|
||||
LOGO_NAME = 'logo_se'
|
||||
NAME = 'dupeGuru'
|
||||
VERSION = '2.12.0'
|
||||
VERSION = '2.12.1'
|
||||
DELTA_COLUMNS = frozenset([2, 4])
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user