Releases: slashformotion/radioboat
Releases · slashformotion/radioboat
v0.4.0
Fixed
- Fixed a visual glitch in health command.
Changed
- The audio player "backend" was changed from an IPC based implementation to an implementation based on libmpv (in C).
- The buildinfo package was deleted and it's content where moved to the cmd package
Removed
- The "player" CLI flag was removed.
v0.2.3
Added
- Added a retry mechanism for the mpv socket connection using an exponential backoff. That way we are sure that mpv is ready to accept connections when creating the ipcclient.
- Added a linter in CI.
- Now the station list is responsive. The user can use the arrows or hjkl to navigate.
- Add keybinding to show more keybindings.
Changed
- Now exit if the editor can't start properly on edit command.
- Changed CI to run in parallel.
Fixed
- Fix a bug where the last char of the track title was missing.
v0.2.2
v0.2.1
Version 0.2.1
Fixes:
Changelog
- b38bc0a Merge pull request #8 from slashformotion/fix/fix-version-flag
- 2d526ce Update issue templates
- b271c69 chore(deps): go mod tidy
- 40905bc chore(goreleaser): update linker args
- 3741078 chore: add makefile
- 8623afc fix(cmd): versions are now set at build time
- a0fd6cc fix(goreleaser): fix build config
v0.2.0
v0.2.0
Please head to the readme or tho the wiki to learn more about this software.
Added
- Added a keybinding
Ctrl+s
to save the current track name to a text file (Please see the wiki page)
Changelog
v0.1.2
v0.1.1
Second release
Fixes
- 73adcfa mpv startup time is variable so Radioboat now wait 400ms to be sure that mpv is ready do respond on the pipe. This is a momentary fix.
- 7255852 The track name is now in the header, if the track name is provided by the stream producer.
- bd1fca7 Prepare the player mechanism in case someone want to add support for another player.
Changelog
- 12c8f69 add gitmodule radioboat.wiki.git
- cebdb91 chore: add AUR link and fix typos
- cfb74cf chore: change go install intructions
- bd1fca7 feat(cmd): add "player" flag and player provider mechanism
- 7255852 feat(cmd): add track name in header
- a715487 feat: implement fully the RadioPlayer interface in MpvPlayer
- 73adcfa fix: increase waiting time at startup for mpv to get ready
- 4047f16 refactor: Modify the reader interface
v0.1.0
First release !
Please head to the readme or tho the wiki to learn more about this software.
Changelog
- 941eca1 add goreleaser config
- 8ac1c2a build: build go.mod
- 9f5d4eb build: upd goreleaser file and .gitignore
- 10475b5 chore: add licence
- fb87ec5 chore: add readme
- 7d219f6 chore: fix broken link in readme
- f39d5cc chore: fix small typo and one image broken link
- 24abdfc chore: update screencast and add wiki link to readme
- 16a6c37 chores: add contributing.md
- 4a8bdea chores: add gitignore
- cfd20b9 chores: move screencast to the to of readme
- 1e47a48 feat(cmd): add new flag "volume" for root command
- e64b10a feat(cosmetics): add a quite good looking header
- 03bea98 feat: First commit
- 0550db9 feat: make the edit command great (see commit description)
- 5b3db75 fix(parsing): fix trailing whitespace issue