mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-25 16:11:39 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ed98b3d92 | ||
|
|
5799e3548b | ||
|
|
b01ed1e9f3 |
1
.hgtags
1
.hgtags
@@ -85,3 +85,4 @@ d773721e6c3260f8130f40b4ab10442edc9965ec pe2.7.0
|
|||||||
df6e045b9e7679f2a1949a57060e5c1863904444 me6.5.0-arch
|
df6e045b9e7679f2a1949a57060e5c1863904444 me6.5.0-arch
|
||||||
286ba6959cd0af059f245371a3afb52c1da91dee pe2.7.0-arch
|
286ba6959cd0af059f245371a3afb52c1da91dee pe2.7.0-arch
|
||||||
810ab1e1324ed32dbd3b4db425e590dc0e344358 se3.6.1
|
810ab1e1324ed32dbd3b4db425e590dc0e344358 se3.6.1
|
||||||
|
3cfae8ce91201a691506971414bb254b5453c29e pe2.7.1
|
||||||
|
|||||||
2
build.py
2
build.py
@@ -105,7 +105,7 @@ def build_cocoa(edition, dev):
|
|||||||
appscript_pkgs = ['appscript', 'aem', 'mactypes']
|
appscript_pkgs = ['appscript', 'aem', 'mactypes']
|
||||||
specific_packages = {
|
specific_packages = {
|
||||||
'se': ['core_se'],
|
'se': ['core_se'],
|
||||||
'me': ['core_me'] + appscript_pkgs,
|
'me': ['core_me'] + appscript_pkgs + ['hsaudiotag'],
|
||||||
'pe': ['core_pe'] + appscript_pkgs,
|
'pe': ['core_pe'] + appscript_pkgs,
|
||||||
}[edition]
|
}[edition]
|
||||||
tocopy = ['core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'jobprogress', 'objp',
|
tocopy = ['core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'jobprogress', 'objp',
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
__version__ = '6.5.0'
|
__version__ = '6.5.1'
|
||||||
__appname__ = 'dupeGuru Music Edition'
|
__appname__ = 'dupeGuru Music Edition'
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
=== 6.5.1 (2013-05-18)
|
||||||
|
|
||||||
|
* Improved "Make Selection Reference" to make it clearer. (#222)
|
||||||
|
* Improved "Open Selected" to allow opening more than one file at once. (#142)
|
||||||
|
* Fixed a few typos here and there. (#216 #225)
|
||||||
|
* Tweaked the fairware dialog ([More Info](http://www.hardcoded.net/articles/phasing-out-fairware)).
|
||||||
|
* Added Arch Linux packaging
|
||||||
|
* Added a 64-bit build for Windows.
|
||||||
|
* Improved Brazilian localization by Victor Figueiredo.
|
||||||
|
|
||||||
=== 6.5.0 (2012-08-10)
|
=== 6.5.0 (2012-08-10)
|
||||||
|
|
||||||
* Added "Export to CSV". (#189)
|
* Added "Export to CSV". (#189)
|
||||||
|
|||||||
Reference in New Issue
Block a user