docs: Update changelog
This commit is contained in:
parent
c3011c132d
commit
5daa95cae8
@ -8,7 +8,12 @@ This changelog is used to track all major changes to Mopidy.
|
|||||||
v0.19.3 (UNRELEASED)
|
v0.19.3 (UNRELEASED)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
- Fix Zeroconf discovery by adding ``.local`` to the announced hostname. (PR:
|
Bug fix release.
|
||||||
|
|
||||||
|
- Audio: Fix negative track length for radio streams. (Fixes: :issue:`662`,
|
||||||
|
PR: :issue:`796`)
|
||||||
|
|
||||||
|
- Zeroconf: Fix discovery by adding ``.local`` to the announced hostname. (PR:
|
||||||
:issue:`795`)
|
:issue:`795`)
|
||||||
|
|
||||||
|
|
||||||
@ -18,20 +23,15 @@ v0.19.2 (2014-07-26)
|
|||||||
Bug fix release, directly from the Mopidy development sprint at EuroPython 2014
|
Bug fix release, directly from the Mopidy development sprint at EuroPython 2014
|
||||||
in Berlin.
|
in Berlin.
|
||||||
|
|
||||||
**Audio**
|
- Audio: Make :confval:`audio/mixer_volume` work on the software mixer again. This
|
||||||
|
|
||||||
- Make :confval:`audio/mixer_volume` work on the software mixer again. This
|
|
||||||
was broken with the mixer changes in 0.19.0. (Fixes: :issue:`791`)
|
was broken with the mixer changes in 0.19.0. (Fixes: :issue:`791`)
|
||||||
|
|
||||||
**HTTP frontend**
|
- HTTP frontend: When using Tornado 4.0, allow WebSocket requests from other
|
||||||
|
hosts. (Fixes: :issue:`788`)
|
||||||
|
|
||||||
- When using Tornado 4.0, allow WebSocket requests from other hosts. (Fixes:
|
- MPD frontend: Fix crash when MPD commands are called with the wrong number of
|
||||||
:issue:`788`)
|
arguments. This was broken with the MPD command changes in 0.19.0. (Fixes:
|
||||||
|
:issue:`789`)
|
||||||
**MPD frontend**
|
|
||||||
|
|
||||||
- Fix crash when MPD commands are called with the wrong number of arguments.
|
|
||||||
This was broken with the MPD command changes in 0.19.0. (Fixes: :issue:`789`)
|
|
||||||
|
|
||||||
|
|
||||||
v0.19.1 (2014-07-23)
|
v0.19.1 (2014-07-23)
|
||||||
@ -39,21 +39,15 @@ v0.19.1 (2014-07-23)
|
|||||||
|
|
||||||
Bug fix release.
|
Bug fix release.
|
||||||
|
|
||||||
**Dependencies**
|
- Dependencies: Mopidy now requires Tornado >= 2.3, instead of >= 3.1. This
|
||||||
|
should make Mopidy continue to work on Debian/Raspbian stable, where Tornado
|
||||||
|
2.3 is the newest version available.
|
||||||
|
|
||||||
- Mopidy now requires Tornado >= 2.3, instead of >= 3.1. This should make
|
- HTTP frontend: Add missing string interpolation placeholder.
|
||||||
Mopidy continue to work on Debian/Raspbian stable, where Tornado 2.3 is the
|
|
||||||
newest version available.
|
|
||||||
|
|
||||||
**HTTP frontend**
|
- Development: ``mopidy --version`` and :meth:`mopidy.core.Core.get_version`
|
||||||
|
now returns the correct version when Mopidy is run from a Git repo other than
|
||||||
- Add missing string interpolation placeholder.
|
Mopidy's own. (Related to :issue:`706`)
|
||||||
|
|
||||||
**Development**
|
|
||||||
|
|
||||||
- ``mopidy --version`` and :meth:`mopidy.core.Core.get_version` now returns the
|
|
||||||
correct version when Mopidy is run from a Git repo other than Mopidy's own.
|
|
||||||
(Related to :issue:`706`)
|
|
||||||
|
|
||||||
|
|
||||||
v0.19.0 (2014-07-21)
|
v0.19.0 (2014-07-21)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user