Make 'update_environment' action also update local mpd status

This commit is contained in:
Andrzej Rybczak
2017-01-06 02:25:10 +01:00
parent 401e732056
commit 0d8b2aee4b
4 changed files with 14 additions and 6 deletions

1
NEWS
View File

@@ -17,6 +17,7 @@ ncmpcpp-0.8 (????-??-??)
* 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.
* Action 'update_environment' now also synchronizes status with MPD.
ncmpcpp-0.7.7 (2016-10-31)
* Fixed compilation on 32bit platforms.