Do mpd status update after every call to noidle if appropriate

This commit is contained in:
Andrzej Rybczak
2017-01-06 02:10:41 +01:00
parent 0d8b2aee4b
commit e191959976
4 changed files with 15 additions and 1 deletions

1
NEWS
View File

@@ -18,6 +18,7 @@ ncmpcpp-0.8 (????-??-??)
* 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.
* Fixed an issue that could cause some MPD events to be missed.
ncmpcpp-0.7.7 (2016-10-31)
* Fixed compilation on 32bit platforms.