Update documentation.

Update persistent feature in changelog and config description.
This commit is contained in:
Jens Luetjen 2016-03-31 20:41:47 +02:00
parent d4d2ad80dc
commit b581d5a574
2 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,8 @@ v2.1.0 (UNRELEASED)
Feature release.
- Nothing yet.
- Core: Mopidy restores its last state when started. Can be enabled by setting
the config value :confval:`core/restore_state` to `true`.
v2.0.1 (UNRELEASED)
@ -95,9 +96,6 @@ Core API
- Add :meth:`mopidy.core.PlaylistsController.get_uri_schemes`. (PR:
:issue:`1362`)
- Persist state between runs. The amount of data to persist can be
controlled by config value :confval:`core/restore_state`
- The ``track_playback_ended`` event now includes the correct ``tl_track``
reference when changing to the next track in consume mode. (Fixes:
:issue:`1402` PR: :issue:`1403` PR: :issue:`1406`)

View File

@ -113,8 +113,9 @@ Core config section
.. confval:: core/restore_state
When set to ``true``, Mopidy saves the state when it ends and
restores the state at next start.
When set to ``true``, Mopidy restores its last state when started.
The restored state includes the tracklist, playback history,
the playback state, and the mixers volume and mute state.
Default is ``false``.