Skip to content

Commit

Permalink
Prepare v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Apr 24, 2015
1 parent d0b2436 commit 2c882f4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,21 @@
0.9.0 2015-04-24
----------------

- Add edit mode for playlists.

- Create new (empty) playlists.

- Sort playlists by name and/or URI scheme.

- Add edit mode for tracklist.

- Replace tracklist option buttons with popover menu (bye-bye pacman).

- Remove `icomoon` icon font.

- Upgrade `ionic` to v1.0.0-rc2.


0.8.7 2015-04-01
----------------

Expand Down
2 changes: 1 addition & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.mopidymobile190318" version="0.8.7">
<widget id="com.ionicframework.mopidymobile190318" version="0.9.0">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile is a Mopidy_ Web client extension and hybrid mobile
Expand Down
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '0.8.7'
__version__ = '0.9.0'


class Extension(ext.Extension):
Expand Down

0 comments on commit 2c882f4

Please sign in to comment.