diff --git a/README.md b/README.md index 7ae0c22..3371cdd 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ Firefox: [https://addons.mozilla.org/en-US/firefox/addon/bandcamp-streamer/](htt ### Changelog +##### 1.4.1 + * Fix artist-marked private items breaking playlist + * Retain track & position when paused during playlist expansion + * Fix bad play handler on collection item if paused during playlist expansion + ##### 1.4.0 * Bind L/R arrow keys to previous/next track on regular album pages * Fix incorrect shuffler text after switching from shuffled playlist diff --git a/manifest-chrome.json b/manifest-chrome.json index 9898b6f..6c5e5c4 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -1,6 +1,6 @@ { "name": "Bandcamp Streamer", - "version": "1.4.0", + "version": "1.4.1", "description": "Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.", "permissions": [ "https://bandcamp.com/*/feed", diff --git a/manifest-firefox.json b/manifest-firefox.json index 02ed82f..d7b8ba7 100644 --- a/manifest-firefox.json +++ b/manifest-firefox.json @@ -1,6 +1,6 @@ { "name": "Bandcamp Streamer", - "version": "1.4.0", + "version": "1.4.1", "description": "Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.", "content_scripts": [ {