From 45d86d48923ef00d53ea2d36b2fec2d8aa02cc9f Mon Sep 17 00:00:00 2001 From: Hyzual Date: Mon, 26 Oct 2015 23:29:46 +0100 Subject: [PATCH] 4.6.3 Add an icon to select all songs in the queue Adds links to the Media Keys Firefox addon to control Jamstash with keyboard media keys. fixes tsquillario/Jamstash#220 closes tsquillario/Jamstash#221 closes tsquillario/Jamstash#222 --- app/common/json_changelog.json | 6 ++++++ bower.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/common/json_changelog.json b/app/common/json_changelog.json index bcb0993..5bad671 100644 --- a/app/common/json_changelog.json +++ b/app/common/json_changelog.json @@ -1,4 +1,10 @@ [ + { + "date": "10/26/2015", "version": "4.6.3", + "changes": [ + { "text": "- Added an icon to select all the songs in the queue. If all songs are selected, it resets the selection."} + ] + }, { "date": "7/14/2015", "version": "4.6.0", "changes": [ diff --git a/bower.json b/bower.json index dcb8189..a331e5b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.6.1", + "version": "4.6.3", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "authors": [ "tsquillario (https://github.com/tsquillario)", diff --git a/manifest.json b/manifest.json index b1602d6..023e356 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Jamstash", "description": "HTML5 Player for Subsonic & Archive.org", - "version": "4.6.1", + "version": "4.6.3", "app": { "launch": { "web_url": "http://jamstash.com" diff --git a/package.json b/package.json index 6d93e0a..ac4d655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.6.1", + "version": "4.6.3", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "author": "Trevor Squillario (https://github.com/tsquillario)", "contributors": [