Skip to content

Releases: JasonWei512/code-radio-cli

v1.0.5

29 Jan 11:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Aug 13:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

29 Apr 10:47
Compare
Choose a tag to compare

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

03 Jan 11:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Nov 01:05
Compare
Choose a tag to compare
  • Optimize startup speed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Nov 09:07
Compare
Choose a tag to compare
  • Update progress bar every second

Full Changelog: v0.1.10...v1.0.0

v0.1.10

12 Nov 01:49
Compare
Choose a tag to compare
  • 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

11 Nov 11:42
Compare
Choose a tag to compare
  • 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

07 Nov 12:21
Compare
Choose a tag to compare
  • 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

05 Nov 02:14
Compare
Choose a tag to compare
  • Code cleanup
  • Integrate with GitHub Action