From 65432bbb2d82cb402478dea77b2f1199c5ef41d8 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 2 Jun 2019 23:50:20 +1000 Subject: [PATCH] Changelog for #3214 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7a74f556b..9e2bfd8ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,12 @@ New features: (the MBID), and ``work_disambig`` (the disambiguation string). Thanks to :user:`dosoe`. :bug:`2580` :bug:`3272` +* :doc:`/plugins/bpd`: BPD now supports most of the features of version 0.16 + of the MPD protocol. This is enough to get it talking to more complicated + clients like ncmpcpp, but there are still some incompatibilities, largely due + to MPD commands we don't support yet. Let us know if you find an MPD client + that doesn't get along with BPD! + :bug:`3214` :bug:`800` Fixes: @@ -20,6 +26,10 @@ Fixes: objects could seem to reuse values from earlier objects when they were missing a value for a given field. These values are now properly undefined. :bug:`2406` +* :doc:`/plugins/bpd`: Seeking by fractions of a second now works as intended, + fixing crashes in MPD clients like mpDris2 on seek. + The ``playlistid`` command now works properly in its zero-argument form. + :bug:`3214` For plugin developers: