* Support for 256 colors and customization of background colors has been added.
* Multiple configuration files via command line arguments are now accepted. In addition, by default ncmpcpp attempts to read both $HOME/.ncmpcpp/config and $XDG_CONFIG_HOME/ncmpcpp/config (in this order).
* Support for PDCurses has been removed due to the library being unmaintained and buggy.
* Current MPD host may now be shown in playlist (playlist_show_mpd_host configuration variable, disabled by default).
* Random album artists can now be added to the playlist.
@ -143,8 +143,11 @@ Format for songs' list displayed in columns.
.Bexecute_on_song_change=COMMAND
Shell command to execute on song change.
.TP
.Bplaylist_show_mpd_host=yes/no
If enabled, current MPD host will be shown in playlist.
.TP
.Bplaylist_show_remaining_time=yes/no
If enabled, time remaining to end of playlist will be shown after playlist's statistics.
If enabled, time remaining to end of playlist will be shown after playlist statistics.
.TP
.Bplaylist_shorten_total_times=yes/no
If enabled, total/remaining playlist time displayed in statusbar will be shown using shortened units' names (d:h:m:s instead of days:hours:minutes:seconds).