Skip to content

Releases: devgianlu/go-librespot

v0.0.11

15 Jan 09:48
Compare
Choose a tag to compare

v0.0.10...v0.0.11

v0.0.10

23 Nov 11:07
Compare
Choose a tag to compare

v0.0.9...v0.0.10

v0.0.9

02 Nov 18:34
Compare
Choose a tag to compare

v0.0.8...v0.0.9

v0.0.8

19 Oct 14:55
Compare
Choose a tag to compare

v0.0.7...v0.0.8

v0.0.7

18 Oct 19:32
Compare
Choose a tag to compare

v0.0.6...v0.0.7

v0.0.6

12 Oct 12:34
Compare
Choose a tag to compare

Changelog

  • 408e7f2 Make use of timeouts and contexts
  • cf3e72f Update HasBeenPlayingForMs and StartedPlayingAt calculation
  • ca63705 Improve seeking with big output device buffers
  • 91f0b79 Use custom SizedReadSeeker type
  • a29303f Debug logging for stored credentials

v0.0.5

10 Oct 10:29
Compare
Choose a tag to compare

Changelog

  • ee35e62 Disable track restricted check
  • 4c87cb6 Handle errors when setting new stream
  • a1a15dc Remove unnecessary locking + refactor api requests handling + improved logging
  • e26bbb6 Set default value for audio device

v0.0.4

03 Oct 22:27
Compare
Choose a tag to compare

Changelog

  • 60ba18c Emit paused and playing events when loading new source
  • bed0f2a Include GOOS and GOARCH in system info string + fix typo
  • 82fa8e4 Allow setting fixed device ID and client token
  • a35b571 New release workflow

v0.0.3

25 Sep 16:27
Compare
Choose a tag to compare

Changelog

  • fc1f061 Add chunk prefetching mechanism
  • bdb3a0a Add reconnection to accesspoint
  • 336a836 Do not return EOF immediately in HttpChunkedReader
  • 8092a32 Handle country restricted tracks + minor refactoring
  • 75da255 Improved track format selection
  • b5cb80f More debug logging
  • 9c7597b Pass around country code as pointer
  • 8efd56b Refactor #loadCurrentTrack to accept "paused" parameter
  • 983b556 Support repeating context
  • d6d2d88 Support repeating track
  • 1f742e7 Try to localize calloc panic failure

v0.0.2

20 Sep 10:01
Compare
Choose a tag to compare

Changelog

  • b00978f Avoid stutter when track starts
  • b85971c CI: add build dependencies
  • c788f26 CI: build libogg and libvorbis for release
  • 20bc847 Log pause/resume position
  • 4e0e888 New ALSA driver + new vorbis decoder
  • 3d42b5f Release output device when paused
  • 96c1ad0 Seek to beginning if skipping previous later than 3 seconds
  • bfdd41f Wait for output to drain when EOF