- XSPF playlists support
- Modernization of error handling and server-client communications
- Vorbis and ALAC transcoding
- All transcoders are now optional but enabled on default
- lonelyradio_types crate is now exported through monolib
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
- Optional XOR encryption is now available in lonelyradio and monolib
- lonelyradio was optimized to use less TCP calls and less memory copies
- New program: monoloader - music downloader for lonelyradio
- New monolib function - get_track() for downloading track (as samples),
not playing
- lonelyradio and monolib are using extensible Writer and Reader enums
to provide ability to use lonelyradio with different transport
protocols or encryption
- Add lonelyradio_types crate to share types
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>