settings: add support for displaying current mpd host in playlist

This commit is contained in:
Andrzej Rybczak
2015-04-18 19:16:38 +02:00
parent bfbafc3312
commit 9e47a8ad61
6 changed files with 17 additions and 1 deletions

1
NEWS
View File

@@ -12,6 +12,7 @@ ncmpcpp-0.7 (????-??-??)
* 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.
ncmpcpp-0.6.3 (2015-03-02)