Files
rmpc/rmpc.changes
Muhammad Akbar Yanuar Mantari bfe047e1df Accepting request 1218860 from home:mantarimay:apps
- 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

OBS-URL: https://build.opensuse.org/request/show/1218860
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rmpc?expand=0&rev=15
2024-10-28 19:49:12 +00:00

62 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Oct 28 19:31:22 UTC 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 19:35:33 UTC 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 11:40:22 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Change license from MIT to BSD-3-Clause
-------------------------------------------------------------------
Mon Aug 26 23:34:59 UTC 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 18:57:24 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Initial package