mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
pe 1.11.0 and me 5.10.0.
This commit is contained in:
parent
4b8e48ed88
commit
c86bc649ff
1
README
1
README
@ -13,7 +13,6 @@ There are also other sub-folder that comes from external repositories (automatic
|
|||||||
with svn:externals):
|
with svn:externals):
|
||||||
|
|
||||||
- hscommon: A collection of helpers used across HS applications.
|
- hscommon: A collection of helpers used across HS applications.
|
||||||
- hsdocgen: An ad-hoc document generation used across HS project (used for help files)
|
|
||||||
- cocoalib: A collection of helpers used across Cocoa UI codebases of HS applications.
|
- cocoalib: A collection of helpers used across Cocoa UI codebases of HS applications.
|
||||||
- qtlib: A collection of helpers used across Qt UI codebases of HS applications.
|
- qtlib: A collection of helpers used across Qt UI codebases of HS applications.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>5.9.1</string>
|
<string>5.10.0</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>hsft</string>
|
<string>hsft</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.10.0</string>
|
<string>1.11.0</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
- date: 2010-09-27
|
||||||
|
version: 5.10.0
|
||||||
|
description: |
|
||||||
|
* Improved UI with a little revamp.
|
||||||
|
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
|
||||||
|
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
|
||||||
|
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
|
||||||
|
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
|
||||||
|
* Fixed a crash on some badly formed Id3v2 tags. (#107)
|
||||||
- date: 2010-08-24
|
- date: 2010-08-24
|
||||||
version: 5.9.1
|
version: 5.9.1
|
||||||
description: |
|
description: |
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
- date: 2010-09-27
|
||||||
|
version: 1.11.0
|
||||||
|
description: |
|
||||||
|
* Improved UI with a little revamp.
|
||||||
|
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
|
||||||
|
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
|
||||||
|
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
|
||||||
|
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
|
||||||
- date: 2010-08-21
|
- date: 2010-08-21
|
||||||
version: 1.10.0
|
version: 1.10.0
|
||||||
description: |
|
description: |
|
||||||
|
@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase):
|
|||||||
EDITION = 'me'
|
EDITION = 'me'
|
||||||
LOGO_NAME = 'logo_me'
|
LOGO_NAME = 'logo_me'
|
||||||
NAME = 'dupeGuru Music Edition'
|
NAME = 'dupeGuru Music Edition'
|
||||||
VERSION = '5.9.1'
|
VERSION = '5.10.0'
|
||||||
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
|
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -60,7 +60,7 @@ class DupeGuru(DupeGuruBase):
|
|||||||
EDITION = 'pe'
|
EDITION = 'pe'
|
||||||
LOGO_NAME = 'logo_pe'
|
LOGO_NAME = 'logo_pe'
|
||||||
NAME = 'dupeGuru Picture Edition'
|
NAME = 'dupeGuru Picture Edition'
|
||||||
VERSION = '1.10.0'
|
VERSION = '1.11.0'
|
||||||
DELTA_COLUMNS = frozenset([2, 5])
|
DELTA_COLUMNS = frozenset([2, 5])
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user