Skip to content

Tags: margual56/radio-cli

Tags

v2.3.2

Toggle v2.3.2's commit message
Update lock dependencies

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.3.1 - Update dependencies and change console title based on the st…

…ation playing (#26)

* Add change console title, closes issue #24

* Update dependencies

* Update config

* Change error message

* Bump version

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Loop to selection list when pressing q while playing (#23)

* Loop to selection list when pressing q while playing

* Cache station list loaded from internet

* Allow disabling the station cache with a flag

* Fix typo in informational message

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies & formatting (#22)

* Apply suggestions from Clippy (#21)

* Updated dependencies

---------

Co-authored-by: Hannes Braun <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Library Updates and Forked Radiobrowser Integration (#19)

* Updated libraries

* Removed boilerplate from main

* Added proper logging

* Refactored suggestions

* Prepared for release

v2.1.2

Toggle v2.1.2's commit message
Increased minor version

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.1.1 - Better performance (#17)

* Improved performance A LOT. Other minor improvements

* Updated program version

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Online radios using radio-browser (#16)

* Added support for the radio-browser API

* Updated program version

* Improved search speed

* Added country filter

* Added `--list-countries` flag

* Print url if it was taken from the internet

* Made the language config optional

* Updated README

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Rust workflow badge

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.0.0 - Big changes! (#8)

* New and improved config file with room for adding more optional settings in the future
* New `version` field in the config, to display warnings when breaking changes are introduced
* New `max_lines` optional field in the config, to change the maximum number of options shown at once
* Optimized parsing, now it's blazing fast!
* Optimized (a lot) the station searching algorithm
* Added the CLI option `-c` or `--config` to specify the config file to use
* Added the CLI option `-d` or `--debug` to separate verbose and debug messages
* Reorganized a bit the project structure, for more easy development (although there is some tidying needed in the main function)
* Fixed exit error codes being wrong (#7 )
* Changed from `--no-video` to `--show-video` (so now the default is to **not** show the video)
* And more!