All Versions
21
Latest Version
Avg Release Cycle
201 days
Latest Release
1811 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.0.1 Changes
July 13, 2015๐ Fixed a bug in reading the
beats.plist
file (not actually used in the executable).๐ Binaries are unchanged from v0.5; see below for download.
-
v0.4.1 Changes
๐ฆ Uses
conduit-audio
, and exposes the audio file as an ๐ฆAudioStream
. -
v0.4.1.1 Changes
๐ Fixes for GHC 7.10 (no new functionality).
-
v0.4 Changes
- Doesn't require ImageMagick or SoX anymore! Thanks to JuicyPixels, HPDF, conduit, and audio code ported from aifc2wav.
- Prints better instructions.
- Prints what it is doing during each step of the
-x dir
export option. - Error if the search parameters don't narrow down the library to exactly one song.
-
v0.3.2 Changes
๐ Fixes for Windows, other platforms are unchanged:
- Use
wchar_t
for C functions to support non-ASCII filenames - Look for SoX in Program Files (the installer doesn't put it in the
PATH
)
- Use
-
v0.3.1 Changes
- Added support for Drums 1, Drums 2 and Organ parts
- Better argument handling (quits on unrecognized argument)
-
v0.3 Changes
๐ฆ Split the package into a library and an executable. No functional changes to the executable.
-
v0.2 Changes
- Proper Mac support (knows the official library location).
- Changed the long forms of some commands for consistency.
- Removed
-u
and-b
, replaced with a simple-c
option which does a dry run of audio extraction. That is, it does no audio conversion, but exits with a code of 0 only if all specified audio parts are found. - Fixed a crash on very large libraries.
-
v0.2.0.1 Changes
๐ Documentation, packaging, and version bounds improvements.
-
v0.1.1 Changes
-u
and-b
audio options foronyxite-customs
project-T
and-R
perform exact title/artist search, instead of existing-t
and-r
"case-insensitive substring" search