Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AFlowOfCode committed Jan 12, 2023
1 parent 97e71f8 commit 1edf392
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 1edf392

Please sign in to comment.