Make lyrics and last_fm screens lockable and startup screens

This commit is contained in:
Andrzej Rybczak
2016-12-25 16:06:38 +01:00
parent e9ae99b5f0
commit 4cd94cb4b3
9 changed files with 81 additions and 49 deletions

1
NEWS
View File

@@ -16,6 +16,7 @@ ncmpcpp-0.8 (????-??-??)
* Wide character version of ncurses is now required.
* Added 'statusbar_time_color' and 'player_state_color' configuration variables for further customization of statusbar.
* Format information can now be attached to selected color variables in the configuration file. Because of that variable 'progressbar_boldness' is now deprecated in favor of extended 'progressbar_color' and 'progressbar_elapsed_color' (for more information see example configuration file).
* Lyrics and last_fm can now be startup screens and are lockable.
ncmpcpp-0.7.7 (2016-10-31)
* Fixed compilation on 32bit platforms.