1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-25 08:01:39 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Virgil Dupras
5ed98b3d92 Fixed Cocoa build for ME. 2013-05-18 13:14:04 -04:00
Virgil Dupras
5799e3548b me v6.5.1 2013-05-18 12:19:03 -04:00
Virgil Dupras
b01ed1e9f3 Added tag pe2.7.1 for changeset 3cfae8ce9120 2013-05-05 12:32:49 -04:00
4 changed files with 13 additions and 2 deletions

View File

@@ -85,3 +85,4 @@ d773721e6c3260f8130f40b4ab10442edc9965ec pe2.7.0
df6e045b9e7679f2a1949a57060e5c1863904444 me6.5.0-arch
286ba6959cd0af059f245371a3afb52c1da91dee pe2.7.0-arch
810ab1e1324ed32dbd3b4db425e590dc0e344358 se3.6.1
3cfae8ce91201a691506971414bb254b5453c29e pe2.7.1

View File

@@ -105,7 +105,7 @@ def build_cocoa(edition, dev):
appscript_pkgs = ['appscript', 'aem', 'mactypes']
specific_packages = {
'se': ['core_se'],
'me': ['core_me'] + appscript_pkgs,
'me': ['core_me'] + appscript_pkgs + ['hsaudiotag'],
'pe': ['core_pe'] + appscript_pkgs,
}[edition]
tocopy = ['core', 'hscommon', 'cocoa/inter', 'cocoalib/cocoa', 'jobprogress', 'objp',

View File

@@ -1,2 +1,2 @@
__version__ = '6.5.0'
__version__ = '6.5.1'
__appname__ = 'dupeGuru Music Edition'

View File

@@ -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)
* Added "Export to CSV". (#189)