Package Release Info

rmpc-0.6.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

rmpc

Change Logs

* Mon Oct 28 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Fri Sep 27 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Wed Aug 28 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Change license from MIT to BSD-3-Clause
* Mon Aug 26 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- skip config::utils::tests::home_dir_not_present::_yes_yes_expects
  on test unit, its make build failed on Factory
* Fri Jun 21 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Initial package