Merge branch 'master' into develop

Conflicts:
	docs/changelog.rst
This commit is contained in:
Stein Magnus Jodal 2013-11-02 23:47:22 +01:00
commit bbe7a467cd

View File

@ -4,6 +4,7 @@ Changelog
This changelog is used to track all major changes to Mopidy. This changelog is used to track all major changes to Mopidy.
v0.17.0 (UNRELEASED) v0.17.0 (UNRELEASED)
==================== ====================
@ -14,15 +15,32 @@ v0.17.0 (UNRELEASED)
**Local backend** **Local backend**
- Fix search filtering by track number.
- When scanning, we no longer default the album artist to be the same as the - When scanning, we no longer default the album artist to be the same as the
track artist. Album artist is now only populated if the scanned file got an track artist. Album artist is now only populated if the scanned file got an
explicit album artist set. explicit album artist set.
v0.16.1 (2013-11-02)
====================
This is very small release to get Mopidy's Debian package ready for inclusion
in Debian.
**Commands**
- Fix removal of last dir level in paths to dependencies in
``mopidy --show-deps`` output.
- Add manpages for all commands.
**Local backend**
- Fix search filtering by track number that was added in 0.16.0.
**MPD frontend** **MPD frontend**
- Add support for ``list "albumartist" ...``. - Add support for ``list "albumartist" ...`` which was missed when ``find`` and
``search`` learned to handle ``albumartist`` in 0.16.0.
v0.16.0 (2013-10-27) v0.16.0 (2013-10-27)