docs: Minor tweaks
This commit is contained in:
parent
07784ed058
commit
4a599eec0c
@ -4,26 +4,26 @@ Changelog
|
|||||||
|
|
||||||
This changelog is used to track all major changes to Mopidy.
|
This changelog is used to track all major changes to Mopidy.
|
||||||
|
|
||||||
v0.18.0 (Unreleased)
|
v0.18.0 (UNRELEASED)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
**Pluggable libraries**
|
**Pluggable local libraries**
|
||||||
|
|
||||||
Fixes issues :issue:`44`, partially resolves :issue:`397`, and causes
|
Fixes issues :issue:`44`, partially resolves :issue:`397`, and causes
|
||||||
a temporary regression of :issue:`527`.
|
a temporary regression of :issue:`527`.
|
||||||
|
|
||||||
- Finished the work on creating pluggable libraries. Users can now
|
- Finished the work on creating pluggable libraries. Users can now
|
||||||
reconfigure mopidy to use alternate library providers of their choosing
|
reconfigure Mopidy to use alternate library providers of their choosing
|
||||||
for local files.
|
for local files.
|
||||||
- Switched default library provider to JSON. This greatly simplifies our
|
|
||||||
library code and reuses or existing serialisation code.
|
- Switched default local library provider from "tag cache" to JSON. This
|
||||||
- Killed our outdated and bug-ridden tag cache implementation.
|
greatly simplifies our library code and reuses our existing serialization
|
||||||
|
code.
|
||||||
|
|
||||||
|
- Killed our outdated and bug-ridden "tag cache" implementation.
|
||||||
|
|
||||||
- Added support for deprecated config values in order to allow for
|
- Added support for deprecated config values in order to allow for
|
||||||
graceful removal of :confval:`local/tag_cache_file`
|
graceful removal of :confval:`local/tag_cache_file`.
|
||||||
|
|
||||||
|
|
||||||
v0.18.0 (UNRELEASED)
|
|
||||||
====================
|
|
||||||
|
|
||||||
**Internal changes**
|
**Internal changes**
|
||||||
|
|
||||||
|
|||||||
@ -120,4 +120,4 @@ Configuration values
|
|||||||
|
|
||||||
.. confval:: local-json/json_file
|
.. confval:: local-json/json_file
|
||||||
|
|
||||||
Path to a file to store the GZiped JSON data in.
|
Path to a file to store the gzipped JSON data in.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user