From 1a394999068a1e25e8e44d4a2e0ea47b624a8ee6 Mon Sep 17 00:00:00 2001 From: woutervanwijk Date: Tue, 23 Sep 2014 13:08:01 +0200 Subject: [PATCH] search a service, youtube support, bugfix - Search: select service to search in - Youtube icons - Fixed single quote bug #39 --- AUTHORS | 1 + README.rst | 7 ++ mopidy_musicbox_webclient/__init__.py | 2 +- mopidy_musicbox_webclient/static/index.html | 3 + .../static/js/functionsvars.js | 10 +-- .../static/js/library.js | 70 ++++++++++++------- 6 files changed, 63 insertions(+), 30 deletions(-) diff --git a/AUTHORS b/AUTHORS index ff4fdd8..ba92d46 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ Webclient - Wouter van Wijk - Flat Interface: Ulrich Lichtenegger - Kingosticks +- Szymon Nowak Mopidy: https://github.com/mopidy/mopidy/blob/develop/AUTHORS diff --git a/README.rst b/README.rst index a024567..a3b5b64 100644 --- a/README.rst +++ b/README.rst @@ -54,6 +54,13 @@ Project resources Changelog ========= +v1.0.2 Dev +------------------- + +- Search: select service to search in +- Youtube icons +- Fixed single quote bug #39 + v1.0.1 (20-9-2014) ------------------- diff --git a/mopidy_musicbox_webclient/__init__.py b/mopidy_musicbox_webclient/__init__.py index 806dc39..d517b27 100644 --- a/mopidy_musicbox_webclient/__init__.py +++ b/mopidy_musicbox_webclient/__init__.py @@ -5,7 +5,7 @@ import os from mopidy import config, ext -__version__ = '1.0.1' +__version__ = '1.0.2' class MusicBoxExtension(ext.Extension): diff --git a/mopidy_musicbox_webclient/static/index.html b/mopidy_musicbox_webclient/static/index.html index 928e9f8..b77bf42 100644 --- a/mopidy_musicbox_webclient/static/index.html +++ b/mopidy_musicbox_webclient/static/index.html @@ -283,6 +283,9 @@
+