From 3b03cdd22205ca7c71a5ecebc36ac401e0c0f86c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 16 Nov 2013 02:26:57 +0100 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f425b94f..cbb44afe 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,6 +46,11 @@ v0.17.0 (UNRELEASED) - Fix scanner so that time of last modification is respected when deciding which files can be skipped. +- The scanner now ignores the capitalization of file extensions in + :confval:`local/excluded_file_extensions`, so you no longer need to list both + ``.jpg`` and ``.JPG`` to ignore JPEG files when scanning. (Fixes: + :issue:`525`) + **MPD frontend** - The MPD service is now published as a Zeroconf service if avahi-daemon is @@ -58,6 +63,9 @@ v0.17.0 (UNRELEASED) ``performer``. These tags can be used with ``list ...``, ``search ...``, and ``find ...`` and their variants, and are supported in the ``any`` tag also +- The ``bitrate`` field in the ``status`` response is now always an integer. + This follows the behavior of the original MPD server. (Fixes: :issue:`577`) + **HTTP frontend** - The HTTP service is now published as a Zeroconf service if avahi-daemon is