diff --git a/Changelog.md b/Changelog.md index df739a5..f2b2237 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,21 +1,24 @@ Changelog ========= + + Version 1.8 ------------ ### Features ### * Sets the total number of tracks on each disc when auto tagging. -* Button to use the directory name as the search query -* Release date field -* Quicklook on Vgmdb search results by pressing space +* Button to use the directory name as the search query when auto tagging/ +* Release date field. +* Quicklook on Vgmdb search results by pressing space. ### Improvements ### -* Improvements to the auto taggering gui -* Clicking on a Vgmdb search result opens those results +* Improvements to the auto taggering gui. +* Clicking on a Vgmdb search result opens those results. ### Bug Fixes ### -* Disable editing album art of m4a since a quite a few people use invalid m4a which could the tracks to be unplayable in iTunes without using some command line tools +* Disable editing album art of m4a since a quite a few people use invalid m4a which could cause the tracks to be unplayable in iTunes without using some command line tools. + Version 1.7 Beta (Sat 06 Jul 2013) ----------- diff --git a/Frameworks/libtag.1.dylib b/Frameworks/libtag.1.dylib index 9a2684e..bf50726 100644 Binary files a/Frameworks/libtag.1.dylib and b/Frameworks/libtag.1.dylib differ diff --git a/Other Sources/Tagger-Info.plist b/Other Sources/Tagger-Info.plist index ee6b007..895a2c7 100644 --- a/Other Sources/Tagger-Info.plist +++ b/Other Sources/Tagger-Info.plist @@ -55,7 +55,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7-beta-11 + 1.7-beta-17 CFBundleSignature ???? CFBundleURLTypes diff --git a/Readme.md b/Readme.md index 1cce214..66948bb 100644 --- a/Readme.md +++ b/Readme.md @@ -5,13 +5,13 @@ Tagger is application that auto tags audio files. It also supports batch tag edi Prerequisites ------------- -* Only tested on the latest Mac OSX 10.8 release, should work on 10.7 and might work on 10.6. Untested on 10.9 +* Only tested on the latest Mac OSX 10.8 release, should work on 10.7. Untested on 10.9 * 64 bit only Install From Source ------------------- ### Prerequisites -* Only tested on the latest Mac OSX 10.8 release, should work on 10.7 and might work on 10.6. Untested on 10.9 +* Only tested on the latest Mac OSX 10.8 release, should work on 10.7. Untested on 10.9 * 64 bit only ### Introductions diff --git a/Todo.md b/Todo.md index 21687a1..f4ae9a8 100644 --- a/Todo.md +++ b/Todo.md @@ -1,6 +1,6 @@ TODO ==== -* Test on 10.8 (inculding signing the app) +* Test on 10.9 (inculding signing the app) * check swapFirstAndLastName FIXME