-------------------
- Require Mopidy >= 1.1.
- The data directory provided by Mopidy v1.1 to each extension is now
used to store the SQLite database containing the music metadata.
If we can find the old data dir, all files are automatically moved to the new
data dir.
- Add support for ordering artist browse results based on their
``sortname`` fields. Set ``use_artist_sortname = true`` to enable
this, but be aware this may give confusing results if not all
artists in the library have proper sortnames.
- Return browse results in case-insensitive sort order. Note that
this will only work for ASCII characters due to SQLite's ``NOCASE``
limitations.
- Remove file system ("Folders") browsing, since this is already
handled by the ``file`` backend in Mopidy v1.1.
- Deprecate ``search_limit`` config value.