-
v0.7.1 Stable
released this
2026-02-20 11:49:42 +03:00 | 8 commits to master since this release📅 Originally published on GitHub: Fri, 20 Feb 2026 08:59:22 GMT
🏷️ Git tag created: Fri, 20 Feb 2026 08:49:42 GMThttps://github.com/devgianlu/go-librespot/compare/v0.7.0...v0.7.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-librespot_linux_arm64.tar.gz
0 downloads ·
2026-02-28 14:24:27 +03:00 · 5.4 MiB -
go-librespot_linux_armv6.tar.gz
0 downloads ·
2026-02-28 14:24:28 +03:00 · 5.6 MiB -
go-librespot_linux_armv6_rpi.tar.gz
0 downloads ·
2026-02-28 14:24:29 +03:00 · 5.6 MiB -
go-librespot_linux_x86_64.tar.gz
0 downloads ·
2026-02-28 14:24:30 +03:00 · 6 MiB
-
Source code (ZIP)
-
v0.7.0 Stable
released this
2026-02-17 13:43:10 +03:00 | 12 commits to master since this release📅 Originally published on GitHub: Tue, 17 Feb 2026 17:08:08 GMT
🏷️ Git tag created: Tue, 17 Feb 2026 10:43:10 GMThttps://github.com/devgianlu/go-librespot/compare/v0.6.2...v0.7.0
- 🌟 feat: add command line config overrides support
6563513@YutongGu - 🌟 feat: add support for mDNS using avahi or built-in backend (#277)
c70f355@YutongGu - 🌟 feat: fail if FIFO does not have a reader
90e9708@devgianlu - 💄 chore: replace
nhooyr.io/websocketwithgithub.com/coder/websocket18569f9@devgianlu - 🌟 feat: use context when dialing dealer
80aab19@devgianlu - 🐞 fix: manually unset player options based on disallow restrictions
6af908b@devgianlu
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-librespot_linux_arm64.tar.gz
0 downloads ·
2026-02-28 14:24:21 +03:00 · 5.4 MiB -
go-librespot_linux_armv6.tar.gz
0 downloads ·
2026-02-28 14:24:22 +03:00 · 5.6 MiB -
go-librespot_linux_armv6_rpi.tar.gz
0 downloads ·
2026-02-28 14:24:23 +03:00 · 5.6 MiB -
go-librespot_linux_x86_64.tar.gz
0 downloads ·
2026-02-28 14:24:24 +03:00 · 6 MiB
- 🌟 feat: add command line config overrides support
-
v0.6.2 Stable
released this
2025-12-16 15:55:53 +03:00 | 18 commits to master since this release📅 Originally published on GitHub: Tue, 16 Dec 2025 12:58:52 GMT
🏷️ Git tag created: Tue, 16 Dec 2025 12:55:53 GMThttps://github.com/devgianlu/go-librespot/compare/v0.6.1...v0.6.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-librespot_linux_arm64.tar.gz
0 downloads ·
2026-02-28 14:24:16 +03:00 · 5.4 MiB -
go-librespot_linux_armv6.tar.gz
0 downloads ·
2026-02-28 14:24:17 +03:00 · 5.6 MiB -
go-librespot_linux_armv6_rpi.tar.gz
0 downloads ·
2026-02-28 14:24:18 +03:00 · 5.6 MiB -
go-librespot_linux_x86_64.tar.gz
0 downloads ·
2026-02-28 14:24:19 +03:00 · 5.9 MiB
-
Source code (ZIP)
-
v0.6.1 Stable
released this
2025-12-09 20:23:15 +03:00 | 22 commits to master since this release📅 Originally published on GitHub: Tue, 09 Dec 2025 17:25:55 GMT
🏷️ Git tag created: Tue, 09 Dec 2025 17:23:15 GMThttps://github.com/devgianlu/go-librespot/compare/v0.6.0...v0.6.1
- 💄 chore: fix build version in binary
1914292@devgianlu
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-librespot_linux_arm64.tar.gz
0 downloads ·
2026-02-28 14:24:06 +03:00 · 5 MiB -
go-librespot_linux_armv6.tar.gz
0 downloads ·
2026-02-28 14:24:07 +03:00 · 5 MiB -
go-librespot_linux_armv6_rpi.tar.gz
0 downloads ·
2026-02-28 14:24:07 +03:00 · 5 MiB -
go-librespot_linux_x86_64.tar.gz
0 downloads ·
2026-02-28 14:24:12 +03:00 · 5.4 MiB
- 💄 chore: fix build version in binary
-
v0.6.0 Stable
released this
2025-12-02 14:21:09 +03:00 | 23 commits to master since this release📅 Originally published on GitHub: Sun, 07 Dec 2025 18:06:17 GMT
🏷️ Git tag created: Tue, 02 Dec 2025 11:21:09 GMThttps://github.com/devgianlu/go-librespot/compare/v0.5.3...v0.6.0
- 🌟 feat: disable FLAC without PlayPlay
ef213e5@devgianlu - 🐞 fix: proper normalization according to TruePeak values
71b865f@devgianlu - 🐝 refactor: remove unsued Vorbis metadata normalization
060b678@devgianlu - 💄 chore: add normalization details to README
97912f4@devgianlu - 🐞 fix: unset Zeroconf user on restore error to allow takeover
35437f8@devgianlu - 🌟 feat: configure album art size
a80ad10@devgianlu - 💄 chore: add version when compiling
34f7101@devgianlu - 🌟 feat: bump version code
98b5a86@devgianlu - 🌟 feat: choose closest album art size if requested is not available
37b1898@devgianlu - 🌟 feat: look at alternative tracks for streaming
4b09928@devgianlu
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-librespot_linux_arm64.tar.gz
0 downloads ·
2026-02-28 14:24:00 +03:00 · 5 MiB -
go-librespot_linux_armv6.tar.gz
0 downloads ·
2026-02-28 14:24:01 +03:00 · 5 MiB -
go-librespot_linux_armv6_rpi.tar.gz
0 downloads ·
2026-02-28 14:24:03 +03:00 · 5 MiB -
go-librespot_linux_x86_64.tar.gz
0 downloads ·
2026-02-28 14:24:04 +03:00 · 5.4 MiB
- 🌟 feat: disable FLAC without PlayPlay
mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00