Bump version to v4.7.0

This commit is contained in:
Carey Metcalfe 2020-03-10 20:25:15 -04:00
parent 375d4e79da
commit f6883cbb72
4 changed files with 13 additions and 3 deletions

View file

@ -1,4 +1,14 @@
[ [
{
"date": "10/03/2020", "version": "4.7.0",
"changes": [
{ "text": "- Add artist to now playing display" },
{ "text": "- Fix seeking and duration for transcoded streams (thanks <a href=\"https://github.com/mvn23\">mvn23</a>!)" },
{ "text": "- Fix media key detection" },
{ "text": "- Other UI/usability fixes and improvements" }
]
},
{ {
"date": "11/01/2017", "version": "4.6.5", "date": "11/01/2017", "version": "4.6.5",
"changes": [ "changes": [

View file

@ -1,6 +1,6 @@
{ {
"name": "jamstash", "name": "jamstash",
"version": "4.6.5", "version": "4.7.0",
"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.5", "version": "4.7.0",
"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.5", "version": "4.7.0",
"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": [