Releases: UniversityRadioYork/ury-playd
ury-playd v0.3.0 'Archway'
After a long hiatus, the next playd
release is here for those of you who like releases.
This release changes much too much to mention, but here's the rundown:
- a completely new protocol (check the man page and other documentation for changes);
- a new CMake-based build system by @DinCahill, which should simplify building on Windows and in general;
- use of SDL2 to output sound, and libsndfile and libmpg123 to create it.
ury-playd v0.2.0 'Edgware'
Enjoy the second major beta release of playd
, brought to you by the letters U, R, and Y.
Breaking protocol changes since v0.1.1:
- #65:
FAIL
andWHAT
responses now show the command from which they originate:WHAT 'bad command or file name'
becomesWHAT 'bad command or filename' foo bar baz
. - #69:
seek
no longer accepts a unit suffix; all times must be integers, in microseconds. - #71:
OKAY
has been renamed toOK
.
Bug-fixes since v0.1.1:
- #70: Fix the
host:port
debug messages for connections on Microsoft Windows; previously, these were showing as(error)
.
Other code changes: see #61, #66, and #72.
In addition, the man page has been spruced up a little. Future releases may deprecate the other user documentation in favour of a link to a rendering of the man page, to ease documentation maintenance.
ury-playd v0.1.1 'Embankment'
Second initial release (because @wlcx can't even push). Beta-quality; don't use in mission-critical audio playback situations (most definitely don't use this to play out alarms in nuclear power stations).