docs: Update changelog with sub-commands work

This commit is contained in:
Thomas Adamcik 2013-11-09 13:38:09 +01:00
parent 3945e437de
commit 5cd0938e0d

View File

@ -19,6 +19,22 @@ v0.17.0 (UNRELEASED)
track artist. Album artist is now only populated if the scanned file got an
explicit album artist set.
**Sub-commands**
- Swtiched to sub-commands for mopidy this implies the following changes
(fixes :issue:`437`):
===================== =============
Old command New command
===================== =============
mopidy mopidy run
mopidy --show-deps mopidy deps
mopidy --show-config mopidy config
mopidy-scan mopidy scan
- Added hooks for extensions to create their own custom sub-commands and
converted ``mopidy-scan`` as first user of new API (Fixes :issue:`436`).
v0.16.1 (2013-11-02)
====================