Skip to content

Releases: yueswater/terminal-radio

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:13
5be22aa

0.3.3 (2026-09-01)

Fixes

  • tell a listener who upgraded about the release after that (d8e1b63)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:52
80f7fc9

0.3.2 (2026-09-01)

Features

  • keep the history and track tables live while they are open (8eca532)
  • rename the radio to Wavepick (ed9a3e7)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 03:20
f664a71

0.3.1 (2026-09-01)

Features

  • offer the update when a newer release is out (57980b3)

Packaging

  • carry the version into the lock file (91f1ec1)

v0.3.0

Choose a tag to compare

@yueswater yueswater released this 01 Sep 03:05

Features

  • stations: classify every station by the family it belongs to, where it is heard, what it broadcasts and the languages it is heard in, and search them with one query grammar — genr :news region:taipei — shared by the search bar, radio stations and the HTTP API (b871994)
  • player: fall back to backup stream addresses, moving to the next one on each retry without changing the reconnect schedule, and stay on whichever works rather than interrupting a stream to return to the first (b871994)
  • cli: control a running radio from the shell with radio play, pause, status, volume, mute, sleep and now, plus --json for scripts. One process owns the player, and control commands start a headless one when there is none (b871994)
  • tui: keep a log of the titles stations announce, on its own tab and exportable as CSV, apart from the listening history. The station is asked for its title outright when playback starts, so it arrives with the sound (b871994)
  • tui: open search from the tab bar as well as /, slide titles too long for their slot, and fade the sound out on the way to the farewell (b871994)

Fixes

  • stations: correct where the southern AM stations are heard (00b26df)
  • stations: keep a custom station's short name when it is saved (b871994)
  • player: stop the interface and the API each building their own player, which meant two mpv processes writing the same state file over each other (b871994)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 17:29
9169444

0.2.0 (2026-08-30)

Features

Fixes

  • focus the safe button after the dialog has been drawn (f456f94)
  • let the framework focus the confirmation dialog (64a824e)