Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Prepare release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hechtus committed Nov 11, 2013
1 parent 173f04e commit bfd074a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ The extension is enabled by default if all dependencies are
available. You can simply browse through your library and search for
tracks, albums, and artists. Google Play Music playlists are imported
as well. You can even add songs from your All Access subscription to
your library. Mopidy will able to play them. All Access tracks not
being in your library can not be played yet.
your library. Mopidy will able to play them. Public playlists are not
playable yet.


Project resources
Expand All @@ -89,6 +89,15 @@ Project resources
Changelog
=========

v0.2.2 (2013-11-11)
-------------------

- Issue #17: Fixed a bug regarding various artist albums
(compilations)
- Issue #18: Fixed Google Music API playlist call for version 3.0.0
- Issue #16 (partial): All Access tracks in playlists are playable now


v0.2.1 (2013-10-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_gmusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mopidy import config, exceptions, ext


__version__ = '0.2.1'
__version__ = '0.2.2'


class GMusicExtension(ext.Extension):
Expand Down

0 comments on commit bfd074a

Please sign in to comment.