From 51d7c9d7d51d79ed039b9f89bd5270f23e7b47e4 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 25 Dec 2016 00:27:57 +0100 Subject: [PATCH] Add to NEWS info about extended color variables --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index cc929876..340bacf4 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ ncmpcpp-0.8 (????-??-??) * Configuration variable 'visualizer_sample_multiplier' was deprecated and will be removed in 0.9. * 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). ncmpcpp-0.7.7 (2016-10-31) * Fixed compilation on 32bit platforms.