From bfd074ae46a41d037b56e133b14835dd805d55b5 Mon Sep 17 00:00:00 2001 From: Hechtus Date: Mon, 11 Nov 2013 10:24:22 +0100 Subject: [PATCH] Prepare release v0.2.2 --- README.rst | 13 +++++++++++-- mopidy_gmusic/__init__.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8b4acdd..00a310f 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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) ------------------- diff --git a/mopidy_gmusic/__init__.py b/mopidy_gmusic/__init__.py index 04f8c58..6cdc7f6 100644 --- a/mopidy_gmusic/__init__.py +++ b/mopidy_gmusic/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, exceptions, ext -__version__ = '0.2.1' +__version__ = '0.2.2' class GMusicExtension(ext.Extension):