From bee0a4c4d5fdc0843eeb8a71ac72688af196ea32 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 2 Apr 2015 23:59:46 +0200 Subject: [PATCH] docs: Add audio volume changes to changelog --- docs/changelog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b976c169..01a5dc6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Changelog This changelog is used to track all major changes to Mopidy. +v1.0.1 (unreleased) +=================== + +Audio +----- + +- Software volume control has been reworked to greatly reduce the delay between + changing the volume and the change taking effect. (Fixes: :issue:`1097`) + +- Software volume is no longer tied to the PulseAudio application volume when + using ``pulsesink``. This behavior was confusing for many users and doesn't + work well with the plans for multiple outputs. + v1.0.0 (2015-03-25) ===================