Skip to content

Commit

Permalink
Prepare v1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Apr 14, 2016
1 parent 367ed03 commit 4b8cf99
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.7.0 2016-04-13
----------------

- Add request timeouts.

- Add "Restart" option.

- Show extra track information in landscape mode.


1.6.13 2016-03-28
-----------------

Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ In a nutshell, Mopidy Mobile lets you
- Create and edit playlists (requires Mopidy server v1.x).
- Download cover art from selected online resources.

Mopidy Mobile's user interface comes with both light and dark themes
to match your mood, and so far has been translated to English, German,
Spanish and Catalan. Last but not least, it also features a beloved
80's arcade game character icon to represent Mopidy's consume mode.


Installation
------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="32" id="at.co.kemmer.mopidy_mobile" version="1.6.13">
<widget android-versionCode="33" id="at.co.kemmer.mopidy_mobile" version="1.7.0">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile aims to be a simple, easy to use remote that lets
Expand Down Expand Up @@ -51,4 +51,4 @@
<plugin name="cordova-plugin-whitelist" spec="~1.0.0"/>
<plugin name="cordova-custom-config" spec="~1.1.0"/>
<plugin name="cordova-zeroconf-plugin" spec="~1.2.0"/>
</widget>
</widget>
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.6.13'
__version__ = '1.7.0'


class Extension(ext.Extension):
Expand Down

0 comments on commit 4b8cf99

Please sign in to comment.