Skip to content

Releases: deep5050/radio-active

v3.0.0

23 Jan 19:51
81eb27d

Choose a tag to compare

This is a major release 🎉

Fetures added:

Sleep Timer and configuration updates
Minimal Mode and Info Runtime Command
Implement compile-time feature configuration system
Add runtime search and cycle commands
Implement alias management, configuration handling, last station persistence, and XDG-compliant path management.
Other improvements:

Refactor: Internal code structure improvements

What's Changed

New Contributors

Full Changelog: v2.9.1...v3.0.0

v2.9.1

07 Jan 06:22
8852fd1

Choose a tag to compare

2.9.1

Play a random station from favorite list --random
Multiple media player support ( MPV, VLC, FFplay) --player
Filter search results with --filter
Play/Pause player from runtime command p
Default config file support added
Fixed minor bugs while giving runtime commands

What's Changed

Full Changelog: v2.9.0...v2.9.1

V2.9.0

30 Oct 07:54
0ce6278

Choose a tag to compare

2.9.0

  1. Fetch current playing track info from runtime commands 🎶 ⚡
  2. Sort results with several parameters like: click-count, popularity, bitrate, random etc. --sort
  3. Select stations from favorite menu to remove them --remove
  4. Result page will adjust width according to the actual terminal window size
  5. Squashed CTRL+D unhandled bugs
  6. Detect station name while playing with direct url
  7. Play a random station from result page
  8. See station information from runtime command

What's Changed

Full Changelog: v2.8.0...v2.9.0

V2.8.0

04 Oct 10:22
0752120

Choose a tag to compare

2.8.0

  1. Selection menu added for --country and --tag results. Play directly from the result page.
  2. ffplay and ffmpeg will show debug info while started with --loglevel debug
  3. Autodetect the codec information and set the file extension of the recorded file. 💯
  4. Force a recording to be in mp3 format only.
  5. Simpler command help message

What's Changed

Full Changelog: V2.7.0...v2.8.0

V2.7.0

28 Sep 12:15
6090a16

Choose a tag to compare

2.7.0

  1. Recording support added 🎉 . save recording as mp3 or wav 🎶 --record
  2. Play a station from your favorite list or stream a URL directly without any user selection menu. Useful when running from other scripts. --play
  3. Play the last played station directly. --last
  4. Runtime command feature added. Perform actions on demand ⚡
  5. A caching mechanism was added for fewer API calls. Faster radio playbacks!
  6. Code refactored. It is easier for contributors to implement new features.
  7. BREAKING CHANGES: --station -> --search, --discover-by-country -> --country, --discover-by-tag -> --tag, --discover-by-state -> --state, --discover-by-language -> --lamguage, --add-station -> --add, --add-to-favorite -> --favorite, --show-favorite-list -> --list

What's Changed

Full Changelog: v2.6.0...V2.7.0

v2.6.0

24 Sep 07:07
b3ad5b8

Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.5.2

13 Sep 13:29
2c735d8

Choose a tag to compare

2.5.2

  1. Added --kill option to stop background radios if any.
  2. Project restructured.
  3. Fixed saving empty last station information.

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

06 Sep 11:48
0db19d2

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

2.5.1

  1. Fixed RuntimeError with empty selection menu on no options provided to radio.
  2. Display the current station name as a panel while starting the radio with --uuid
  3. Minor typos were fixed in the help message.
  4. Station names do not contain any unnecessary spaces now
  5. Do not play any stations while --flush is given. Just delete the list and exit.

v2.5.0

05 Sep 11:31
338407a

Choose a tag to compare

2.5.0

  1. Added a selection menu while no station information is provided. This will include the last played station and the favorite list.
  2. Added --volume option to the player. Now you can can pass volume level to the player.
  3. ffplay initialization errors handled. Better logic to stop the PID of ffplay
  4. Some unhandled errors are now handled
  5. Minor typos fixed
  6. sentry-sdk added to gater errors (will be removed on next major release)
  7. About section updated to show donation link
  8. Upgrade message will now point to this changelog file
  9. Updated documentation

What's Changed

New Contributors

Full Changelog: 2.4.0...v2.5.0

Fixed crashes on Windows

26 Jul 02:28
3888ca3

Choose a tag to compare

see CHANGELOG