From c69f9f7af43546ff6e70b476fcf683c238fe736f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 10 Oct 2013 00:00:05 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e3fa167d..fa34ceff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,22 @@ of the following extensions as well: This was causing divide by zero errors when scaling volumes to a zero to hundred scale. (Fixes: :issue:`525`) +- Added support for muting audio without setting the volume to 0. This works + both for the software and hardware mixers. (Fixes: :issue:`186`) + +**Core** + +- Added :attr:`mopidy.core.PlaybackController.mute` for muting and unmuting + audio. (Fixes: :issue:`186`) + +- Added :meth:`mopidy.core.CoreListener.mute_changed` event that is triggered + when the mute state changes. + +**MPD frontend** + +- Made the formerly unused commands ``outputs``, ``enableoutput``, and + ``disableoutput`` mute/unmute audio. (Related to: :issue:`186`) + **Extension support** - A cookiecutter project for quickly creating new Mopidy extensions have been