Releases: GuardKenzie/miniplayer
Releases · GuardKenzie/miniplayer
Version 1.3.1
Summary
Made the player more responsive to keyboard controls.
Changelog
Fixed
- Player no longer crashes when songs in the playlist did not have enough metadata (as per #12 ).
- Player no longer crashes when the playlist contains no songs.
Version 1.3.0
Summary
Added a playlist view that appears once the window is wide enough.
Changelog
Added
- A new playlist view that appears when the window is sufficiently wide.
- New config option
show_playlistto enable/disable the new view. - New keybinds to control the playlist (
select_up,select_downandselect).
Version 1.2.0
Summary
New configuration options have been added to hide the current track info, auto close the player when finishing a playlist, to customize keybindings and more.
Changelog
Added
- New config option
auto_closeautomatically closes the player once mpd reaches the end of the playlist and stops. - New config option
album_art_onlyhides the current track information and only displays the album art. This can be toggled with the newtoggle_infokeybind (defaults toi). - New config options for customizing keybinds (see the readme for details).
- New config option
volume_stepfor changing the volume increment/decrement ammount. - New config option to specify a password for use with mpd. (Thanks to @chebro).
Version 1.1.2
Summary
Made the player more responsive to keyboard controls.
Changelog
Fixed
- The player now immediately updates when the keys for help, next song and previous song are pressed.
- The player checks for inputs twice as often which should result in a more responsive experience.
Version 1.1.1
Summary
Bug fixes
Changelog
Fixed
- Fixed a bug where the player would error on songs which do not have an artist or title as per #4.
Version 1.1
Summary
With this version. the player no longer requires Kitty as your terminal due to the new Überzug implementation.
Changelog
Added
- Added a new config option
image_methodwhich takes valuespixcatorueberzug. This enables users to pick which method to use for drawing album art - Added configuration for mpd host and port as per #2