docs: Update changelog for MPD idle fixes
This commit is contained in:
parent
07328e7dd2
commit
da84c0f59c
@ -52,10 +52,17 @@ MPD frontend
|
|||||||
|
|
||||||
- Start ``songid`` counting at 1 instead of 0 to match the original MPD server.
|
- Start ``songid`` counting at 1 instead of 0 to match the original MPD server.
|
||||||
|
|
||||||
- Idle events are now emitted on ``seekeded`` events. (Fixes: :issue:`1331`)
|
- Idle events are now emitted on ``seekeded`` events. This fix means that
|
||||||
|
clients relying on ``idle`` events now get notified about seeks.
|
||||||
|
(Fixes: :issue:`1331` :issue:`1347`)
|
||||||
|
|
||||||
- Event handler for ``playlist_deleted`` has been unbroken. Likely fixes
|
- Idle events are now emitted on ``playlists_loaded`` events. This fix means
|
||||||
unreported / diagnosed crashes.
|
that clients relying on ``idle`` events now get notified about playlist loads.
|
||||||
|
(Fixes: :issue:`1331` PR: :issue:`1347`)
|
||||||
|
|
||||||
|
- Event handler for ``playlist_deleted`` has been unbroken. This unreported bug
|
||||||
|
would cause the MPD Frontend to crash preventing any further communication
|
||||||
|
via the MPD protocol. (PR: :issue:`1347`)
|
||||||
|
|
||||||
Zeroconf
|
Zeroconf
|
||||||
--------
|
--------
|
||||||
@ -76,6 +83,9 @@ Cleanups
|
|||||||
- Removed warning if :file:`~/.config/mopidy/settings.py` exists. We stopped
|
- Removed warning if :file:`~/.config/mopidy/settings.py` exists. We stopped
|
||||||
using this settings file in 0.14, released in April 2013.
|
using this settings file in 0.14, released in April 2013.
|
||||||
|
|
||||||
|
- The ``on_event`` handler in our listener helper now catches exceptions. This
|
||||||
|
means that any errors in event handling won't crash the actor in question.
|
||||||
|
|
||||||
Gapless
|
Gapless
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user