| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.6.0
+ Added
- Arrow keys as secondary navigation keybinds alongside hjkl
- Support for basic control with mouse.
- Scrolloff option to keep some context the various
lists/tables
- Update/rescan CLI commands to refresh MPD's database
- Support MPD password via config, env vars and CLI
- ShowInfo action to queue pane. Displays metadata of the song
under cursor in a modal popup.
- ShowCurrentSongInfo global action. Displays metadata of the
song currently playing song in a modal popup.
+ Changed
- Removed left/right arrows as default keybinds for
next/previous tab.
- Filtering is now incremental
- Up/Down actions do not wrap around anymore.
- Allow seeking while paused
+ Fixed
- Rmpc now logs warnings and errors in CLI mode to stderr
- try to clean up after yt-dlp in case it fails
- Album art not clearing properly after direct tab switch
- Events being duplicated when panes were present in multiple
tabs
- Ueberzugpp redrawing album art while in an inactive TMUX
window/session
- Fix improper scrollbar rendering with some symbols being empty
- Removed duplicated tags in metadata view of a song
- Update to version 0.5.0
+ Fixed
- allow negative one in status.volume
- Do not query album art when it is disabled
- browser column zero width, make docs wider
- skip unnecessary album art work and fix some overdraws when
changing screens
- always print CARGO_PKG_VERSION
- improve logging of mpd parse failures
- Change license from MIT to BSD-3-Clause
- skip config::utils::tests::home_dir_not_present::_yes_yes_expects on test unit, its make build failed on Factory
- Initial package