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
This commit is contained in:
Hyzual 2015-10-26 23:29:46 +01:00
parent f31215aa63
commit 45d86d4892
4 changed files with 9 additions and 3 deletions

View file

@ -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", "date": "7/14/2015", "version": "4.6.0",
"changes": [ "changes": [

View file

@ -1,6 +1,6 @@
{ {
"name": "jamstash", "name": "jamstash",
"version": "4.6.1", "version": "4.6.3",
"description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming",
"authors": [ "authors": [
"tsquillario (https://github.com/tsquillario)", "tsquillario (https://github.com/tsquillario)",

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Jamstash", "name": "Jamstash",
"description": "HTML5 Player for Subsonic & Archive.org", "description": "HTML5 Player for Subsonic & Archive.org",
"version": "4.6.1", "version": "4.6.3",
"app": { "app": {
"launch": { "launch": {
"web_url": "http://jamstash.com" "web_url": "http://jamstash.com"

View file

@ -1,6 +1,6 @@
{ {
"name": "jamstash", "name": "jamstash",
"version": "4.6.1", "version": "4.6.3",
"description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming",
"author": "Trevor Squillario (https://github.com/tsquillario)", "author": "Trevor Squillario (https://github.com/tsquillario)",
"contributors": [ "contributors": [