- 🌟 feat: MPRIS integration (#197) 8d888e4 @tooxo
- 🌟 feat: add option to disable log timestamps 0735fb4 @devgianlu
- 💄 chore: add macOS CI 8e1aa85 @devgianlu
- 🐞 fix: make HttpChunkedReader.ReadAt return io.EOF in case the chunks are finished. a534641 @tooxo
- 🐞 fix: clear chunk err to prevent busy-loop deadlock 37f27d1 @tooxo
- 🐞 fix: use next from the set_queue command to retain queue order c77ff84 @tooxo
- 🐞 fix: adapt for if the currently playing song was queued 99a29e9 @tooxo
- 💄 chore: rename paged_list to paged-list 4b3061b @devgianlu
- 🌟 feat: add NullLogger 3cbea65 @devgianlu
- ⛑ test: introduce mockery b024d6b @devgianlu
- ⛑ test: improve tracks paged list unit tests 1b67858 @devgianlu
- 💄 chore: enable tests in CI e098c6c @devgianlu
- 💄 chore: rename chunked_reader to chunked-reader 818a296 @devgianlu
- 🐞 fix: clamp audio chunk HTTP range request 53df589 @devgianlu
- 🌟 feat: add
Close
method toHttpChunkedReader
454c6ec @devgianlu - ⛑ test: add
HttpChunkedReader
integration tests 226b6b1 @devgianlu - ⛑ test: add
LatencyReader
unit tests 3a243ff @devgianlu - ⛑ test: add internal tests for
parseContentRange
f0c13a9 @devgianlu - 🐞 fix: failed obtaining client token on FreeBSD (#221) fc55ed0 @biancalana