Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Dec 13, 2015
1 parent e90e6fe commit 8884c4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
## 0.2.0 (December 12, 2015)

Features:

- playlist descriptions contain a summary of their rules: [#19](https://github.com/simon-weber/Autoplaylists-for-Google-Music/pull/19), thanks @bennettmcelwee!

Bugfixes:

- periodic updates are less likely to cause Google's UI to lock up: [#18](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/18), [#20](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/20)

## 0.1.2 (November 27, 2015)

Bugfixes:

- fix user detection on manual url changes [#3](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/3)
- fix for playlists containing All Access tracks [#10](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/10)
- coerce null ratings to 0 [#15](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/15)
- fix user detection on manual url changes: [#3](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/3)
- fix for playlists containing All Access tracks: [#10](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/10)
- coerce null ratings to 0: [#15](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/15)

## 0.1.1 (November 26, 2015)

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "Autoplaylists for Google Music™",
"version": "0.1.2",
"version": "0.2.0",

"description": "Create Google Music™ playlists that automatically update from user-defined criteria.",

Expand Down

0 comments on commit 8884c4a

Please sign in to comment.