rmpc version history
10 releases tracked, newest first.
v0.11.0
Feb 1, 2026- New default theme and configurable borders for panes with custom symbols and titles.
- Added vim-esque keybind sequences and improved keybind configuration.
- Introduced a simple yt-dlp interface in the TUI for better download visibility.
- Several breaking changes, including keybind behavior and theme style adjustments.
6 downloads
v0.10.0
Nov 11, 2025Yet again after quite some time.
Another packed release with a bunch of new features and fixes. Thanks to all of you who continue to support, contribute and report issues!
# What's new and what changed
As always, you can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#0100---2025-11-11) for a more refined list of changes.
## The highlights
Support for stickers based rating of songs, bunch of new keybinds allowing you to control how exactly are songs added to the queue or saved to playlists, full TUI support for switching partitions and much more!
Rmpc will now also attempt to resolve what terminal emulator you are using to better figure out what image backend to use. This fixes issues in terminals like Konsole which have partial implementation for kitty graphics protocol but report it as a supported feature.
## Breaking changes
Yet again, we have a few breaking changes. I try very hard to keep these as minimal as possible so hopefully nothing too impactful:
* TabName equality comparison is now case-insensitive, this impacts your `SwitchToTab` keybinds
* $SELECTED_SONGS in queue now contains marked songs as well
## Full list o
6 downloads
v0.9.0
Jun 23, 2025Long time no release!
The biggest release yet is here. These are some exciting times for rmpc, it has gotten quite a bit more popular thanks to [BreadOnPenguins](https://www.youtube.com/@BreadOnPenguins) youtube [video](https://www.youtube.com/watch?v=oTOu7VfXnl8), go check her channel out! Many new contributors joined, reported issues, and some even contributed directly, many thanks to all of you.
# What's new and what changed
As always, you can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#090---2025-06-23) for a more refined list of changes.
## The highlights
* The first of two fanciest new features is config hot reload. Rmpc will now automatically reload your config when it changes.
* The second spot definitely belongs to [cava](https://github.com/karlstav/cava) integration. You can now use everybody's favorite music visualizer directly in rmpc.
* There are now better error messages when your config file gets goofed up while tinkering with rmpc. You should now get a modal popup stating what is wrong and roughly lead you to where the error is.
* Support for more sites via `addyt` command, rmpc now supports soundcloud and nicovideo
*
6 downloads
v0.8.0
Feb 16, 2025You can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#080---2025-02-16) for a more refined list of changes.
Another quite a big release which brings many new features and fixes. Highlights are the new [layout system](https://mierak.github.io/rmpc/release/configuration/layout/) which allows you to further customize the appearance of rmpc, the new [Property](https://mierak.github.io/rmpc/release/configuration/tabs/#property-pane) pane and many others!
Unfortunately there are also minor (cosmetic) breaking changes this time around:
- `border_type` in tabs config. It has been replaced by the new and more powerful [borders](https://mierak.github.io/rmpc/release/configuration/tabs/#borders)
- `theme.tab_bar.enabled`. It has been replaced by the [layout system](https://mierak.github.io/rmpc/release/configuration/layout/)
## What's Changed
### Added
* feat: support repeating lyrics by @mierak in https://github.com/mierak/rmpc/pull/200
* feat: album art alignment by @mierak in https://github.com/mierak/rmpc/pull/194
* feat: fixed size pane by @mierak in https://github.com/mierak/rmpc/pull/203
* feat: sticker support by @mierak in https://github
6 downloads
v0.7.0
Dec 23, 2024Merry Christmas everyone!
You can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#070---2024-12-24) for a more refined list of changes.
## What's Changed
### Added
* feat: queue remember selected row by @mierak in https://github.com/mierak/rmpc/pull/118
* feat: browser panes remember cursor position in root level by @mierak in https://github.com/mierak/rmpc/pull/119
* feat: add binary limit by @mierak in https://github.com/mierak/rmpc/pull/122
* feat: mouse support for modals by @mierak in https://github.com/mierak/rmpc/pull/124
* feat: disable album art per protocol by @mierak in https://github.com/mierak/rmpc/pull/127
* feat: list MPD decoder plugins (modal/cli) by @soifou in https://github.com/mierak/rmpc/pull/126
* feat: lenght constraint in song table format by @mierak in https://github.com/mierak/rmpc/pull/132
* feat: open or play action by @mierak in https://github.com/mierak/rmpc/pull/134
* feat: add confirmation modal for playlist deletion by @soifou in https://github.com/mierak/rmpc/pull/137
* feat: select and move multiple songs in queue by @mierak in https://github.com/mierak/rmpc/pull/156
* feat: move in queue with ranges
4 downloads
v0.6.0
Oct 28, 2024You can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#060---2024-10-28) for a more refined list of changes.
## What's Changed
### Added
* feat: allow to seek backward/forward while paused by @soifou in https://github.com/mierak/rmpc/pull/111
* feat: global info for currently playing song by @mierak in https://github.com/mierak/rmpc/pull/112
* feat: update/rescan cli commands by @mierak in https://github.com/mierak/rmpc/pull/101
* feat: support MPD password by @mierak in https://github.com/mierak/rmpc/pull/102
* feat: hide part before @ in MPD_HOST in debuginfo by @mierak in https://github.com/mierak/rmpc/pull/104
* feat: add --current flag to theme/config cli commands by @mierak in https://github.com/mierak/rmpc/pull/106
* feat: add song info modal to queue pane by @mierak in https://github.com/mierak/rmpc/pull/108
* feat: scrolloff config for tables/lists by @mierak in https://github.com/mierak/rmpc/pull/97
* feat: wrap_scroll config for Up/Down actions by @mierak in https://github.com/mierak/rmpc/pull/98
* feat: allow direct item select in next/prev mouse action by @mierak in https://github.com/mierak/rmpc/pull/99
* feat: incremental s
4 downloads
v0.5.0
Sep 27, 2024You can check [CHANGELOG](https://github.com/mierak/rmpc/blob/master/CHANGELOG.md#050---2024-09-27) for a more refined list of changes.
## What's Changed
### Added
* feat: browser filter current/total indicators by @mierak in https://github.com/mierak/rmpc/pull/71
* feat: respect MPD_HOST and MPD_PORT by @mierak in https://github.com/mierak/rmpc/pull/64
* feat: run external commands with env by @mierak in https://github.com/mierak/rmpc/pull/51
* feat: path filter for song cli command by @mierak in https://github.com/mierak/rmpc/pull/52
* feat: check supported commands, more mpd version checks by @mierak in https://github.com/mierak/rmpc/pull/59
* feat: configurable tabs by @mierak in https://github.com/mierak/rmpc/pull/61
* feat: configurable search screen by @mierak in https://github.com/mierak/rmpc/pull/56
### Fixed
* fix: allow negative one in status.volume by @mierak in https://github.com/mierak/rmpc/pull/55
* fix: Do not query album art when it is disabled by @mierak in https://github.com/mierak/rmpc/pull/57
* fix: browser column zero width, make docs wider by @mierak in https://github.com/mierak/rmpc/pull/62
* fix: skip unnecessary album art work and fix
4 downloads
v0.4.0
Aug 25, 2024## What's Changed
### New Features
* feat: Format groups by @mierak in https://github.com/mierak/rmpc/pull/41
* feat: sixel support by @mierak in https://github.com/mierak/rmpc/pull/42
* feat: Add all keybind by @mierak in https://github.com/mierak/rmpc/pull/43
* feat: execute on song change by @mierak in https://github.com/mierak/rmpc/pull/46
* feat: expand tilde in on_song_change by @mierak in https://github.com/mierak/rmpc/pull/47
* feat: environment for on_song_change by @mierak in https://github.com/mierak/rmpc/pull/49
### Bug Fixes
* fix: Fix filename property behavior by @mierak in https://github.com/mierak/rmpc/pull/39
* fix: remove commit date to help nix pkg by @mierak in https://github.com/mierak/rmpc/pull/40
* fix: add missing text color to default theme by @mierak in https://github.com/mierak/rmpc/pull/45
### Misc
* ci: fetch tags on release by @mierak in https://github.com/mierak/rmpc/pull/48
**Full Changelog**: https://github.com/mierak/rmpc/compare/v0.3.0...v0.4.0
4 downloads
v0.3.0
Aug 11, 2024## What's Changed
### New Features
* feat: iterm2 inline image protocol support by @mierak in https://github.com/mierak/rmpc/pull/33
* feat: ueberzugpp support for album art by @mierak in https://github.com/mierak/rmpc/pull/23
* feat: Song format config for browsers by @mierak in https://github.com/mierak/rmpc/pull/30
* feat: include git info in version and log by @mierak in https://github.com/mierak/rmpc/pull/35
* feat: implement basic runtime dep checking and debuginfo cmd by @mierak in https://github.com/mierak/rmpc/pull/36
* feat: add option to follow current song in the queue table by @mierak in https://github.com/mierak/rmpc/pull/28
* feat: detect ueberzugpp crash and spawn a new one by @mierak in https://github.com/mierak/rmpc/pull/31
* feat: manpage/cli completions by @mierak in https://github.com/mierak/rmpc/pull/24
### Bug fixes
* fix: release mode tests compilation issues by @mierak in https://github.com/mierak/rmpc/pull/19
* fix: Modals over album art not clearing properly by @mierak in https://github.com/mierak/rmpc/pull/22
* fix: Only test tmux passthrough if TERM_PROGRAM=tmux by @TheOnlyMrCat in https://github.com/mierak/rmpc/pull/34
### Misc
*
4 downloads
v0.2.1
Jul 27, 2024## What's Changed
* fix: yt-dlp ignore file extensions by @mierak in https://github.com/mierak/rmpc/pull/16
* feat: handle resize events by @mierak in https://github.com/mierak/rmpc/pull/17
**Full Changelog**: https://github.com/mierak/rmpc/compare/v0.2.0...v0.2.1
1 download