Releases: JasonWei512/code-radio-cli
Releases · JasonWei512/code-radio-cli
v1.0.5
What's Changed
- Fix Server-Sent Events Error (InvalidSCT) by @JasonWei512 in #24
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fix 404 error by switching to the new SSE API by @JasonWei512 in #21
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Run
code-radio -s
to select a station interactively by @JasonWei512 in #13 - Reconnect WebSocket when the connection is accidentally closed by @JasonWei512 in #12
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Respect macOS audio device selection by @shnewto in #9
- Code cleanup by @41Leahcim in #4 and #6
New Contributors
- @41Leahcim made their first contribution in #4
- @shnewto made their first contribution in #9
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Optimize startup speed
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- Update progress bar every second
Full Changelog: v0.1.10...v1.0.0
v0.1.10
- Statically link CRT on Windows so you don't need to install Visual C++ Redistributable
Full Changelog: v0.1.9...v0.1.10
v0.1.9
- Notify user if a new version is available
- Fix an issue which may cause messy terminal output on Unix-like OS
- For Windows users, code-radio-cli is now on WinGet!
Full Changelog: v0.1.8...v0.1.9
v0.1.8
- Show progress bar even when current song's duration is unknown
- Do not exit if there's no audio device
- Colored output and loading spinner
Full Changelog: v0.1.7...v0.1.8
v0.1.7
- Code cleanup
- Integrate with GitHub Action