From 5cd0938e0de85df6356196ab02198f214f8b411c Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 9 Nov 2013 13:38:09 +0100 Subject: [PATCH] docs: Update changelog with sub-commands work --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 44ca89f7..5dd3aa67 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ====================