Skip to content

Tags: micro-nova/go-librespot

Tags

v0.1.0

ci: always build binaries

This way it is easier to have binaries available for each commit. The actual release is created only if a tag is present.

v0.0.17.1

fix: try multiple times to connect to an AP

I sometimes get "connection refused" for no apparent reason, even though
the same AP works at other times. So when that happens, try again with a
different AP.

I don't know why this happens, but with this patch the connection code
should be a bit more robust.

(cherry picked from commit 0ad7f6a)

v0.0.17

fix: peek correct track if about to play queue

v0.0.16

fix: do not hang on end of context

v0.0.15

chore: cleanup API spec

v0.0.14

fix: apply restrictions to state correctly

v0.0.13

feat: support set_options command

v0.0.12

fix: mimic spotify version format when requesting clienttoken

v0.0.11

feat: support disabling normalisation

Replaces devgianlu#18, see devgianlu#17

v0.0.10

chore: Always rebuild in release CI