diff --git a/.gitignore b/.gitignore index 2d6dcae..e3a264c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,9 @@ dist/ docs/_build/ mopidy.log* node_modules/ -nosetests.xml \ No newline at end of file +nosetests.xml +.project + +*.pbxproj + +Mopidy Webclient/Mopidy Webclient.xcodeproj/project.pbxproj diff --git a/MopidyWebclientFor0.11.zip b/MopidyWebclientFor0.11.zip new file mode 100644 index 0000000..82ae200 Binary files /dev/null and b/MopidyWebclientFor0.11.zip differ diff --git a/README.rst b/README.rst index a5b0fad..b64de1e 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,9 @@ This is a responsive html/js/css client for Mopidy. Responsive, so it works on d Development =========== -Note: this client under heavy development! At the moment, initial loading is extremely slow, especially on mobile devices. As Mopidy changes, this client changes as well. It tries to follow the development-branch of Mopidy for now, so update Mopidy as you update the client. +Note: this Git-version is under heavy development! As Mopidy changes, this client changes as well. It tries to follow the development-branch of Mopidy for now, so update Mopidy as you update the client. +If you use older versions of Mopidy, you can try a Zip-file with the correct version. + Installation ============ @@ -19,7 +21,8 @@ To install Mopidy, check out `the installation docs