Skip to content

Commit

Permalink
Prepare v0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 7, 2015
1 parent e4ba8cd commit 328d138
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,21 @@
0.9.3 2015-05-07
----------------

- Add `cordova-plugin-splashscreen` to Android app.

- Enable caching for playback view.

- Remove support for album images.

- Catch errors from cover art services.

- Display playlist schemes/backends.

- Upgrade `ionic` to `1.0.0-rc.5`.

- Upgrade `cordova` to version `5.0.0`.


0.9.2 2015-04-25
----------------

Expand Down
4 changes: 2 additions & 2 deletions config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="921" id="com.ionicframework.mopidymobile190318" version="0.9.2">
<widget android-versionCode="930" id="com.ionicframework.mopidymobile190318" version="0.9.3">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile is a Mopidy_ Web client extension and hybrid mobile
Expand Down Expand Up @@ -47,4 +47,4 @@
<plugin name="cordova-plugin-splashscreen" spec="^2.0.0"/>
<plugin name="cordova-plugin-whitelist" spec="^1.0.1-dev"/>
<plugin name="uk.co.whiteoctober.cordova.appversion" spec="^0.1.5"/>
</widget>
</widget>
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '0.9.2'
__version__ = '0.9.3'


class Extension(ext.Extension):
Expand Down

0 comments on commit 328d138

Please sign in to comment.