Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

bump version code

+11 -9
+1 -1
Cargo.lock
··· 4152 4152 4153 4153 [[package]] 4154 4154 name = "tunein-cli" 4155 - version = "0.3.0" 4155 + version = "0.3.1" 4156 4156 dependencies = [ 4157 4157 "anyhow", 4158 4158 "async-trait",
+1 -1
Cargo.toml
··· 8 8 name = "tunein-cli" 9 9 readme = "README.md" 10 10 repository = "https://github.com/tsirysndr/tunein-cli" 11 - version = "0.3.0" 11 + version = "0.3.1" 12 12 13 13 [[bin]] 14 14 name = "tunein"
+4 -2
README.md
··· 108 108 Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases). 109 109 110 110 ## ๐Ÿ“ฆ Downloads 111 - - `Mac`: arm64: [tunein_v0.3.0_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.0_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_x86_64-apple-darwin.tar.gz) 112 - - `Linux`: [tunein_v0.3.0_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.0/tunein_v0.3.0_x86_64-unknown-linux-gnu.tar.gz) 111 + - `Mac`: arm64: [tunein_v0.3.1_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.1_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-apple-darwin.tar.gz) 112 + - `Linux`: [tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz) 113 + 113 114 ## ๐Ÿš€ Usage 114 115 ``` 115 116 USAGE: ··· 127 128 play Play a radio station 128 129 search Search for a radio station 129 130 server Start the server 131 + service Manage systemd service for tunein-cli server 130 132 ``` 131 133 132 134 Search for a radio station:
+1 -1
dist/debian/amd64/DEBIAN/control
··· 1 1 Package: tunein-cli 2 - Version: 0.3.0 2 + Version: 0.3.1 3 3 Section: user/multimedia 4 4 Priority: optional 5 5 Architecture: amd64
+1 -1
dist/debian/arm64/DEBIAN/control
··· 1 1 Package: tunein-cli 2 - Version: 0.3.0 2 + Version: 0.3.1 3 3 Section: user/multimedia 4 4 Priority: optional 5 5 Architecture: arm64
+1 -1
dist/rpm/amd64/tunein.spec
··· 1 1 Name: tunein-cli 2 - Version: 0.3.0 2 + Version: 0.3.1 3 3 Release: 1%{?dist} 4 4 Summary: CLI for listening to internet radio stations 5 5
+1 -1
dist/rpm/arm64/tunein.spec
··· 1 1 2 2 Name: tunein-cli 3 - Version: 0.3.0 3 + Version: 0.3.1 4 4 Release: 1%{?dist} 5 5 Summary: CLI for listening to internet radio stations 6 6
+1 -1
flake.nix
··· 48 48 inherit src; 49 49 50 50 pname = "tunein"; 51 - version = "0.3.0"; 51 + version = "0.3.1"; 52 52 53 53 buildInputs = [ 54 54 # Add additional build inputs here