diff --git a/app/common/json_changelog.json b/app/common/json_changelog.json index e00872a..7c1e299 100644 --- a/app/common/json_changelog.json +++ b/app/common/json_changelog.json @@ -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 mvn23!)" }, + { "text": "- Fix media key detection" }, + { "text": "- Other UI/usability fixes and improvements" } + + ] + }, { "date": "11/01/2017", "version": "4.6.5", "changes": [ diff --git a/bower.json b/bower.json index cdc333d..523d7da 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.6.5", + "version": "4.7.0", "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 a2693f5..cb0f830 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.5", + "version": "4.7.0", "app": { "launch": { "web_url": "http://jamstash.com" diff --git a/package.json b/package.json index e972319..601930f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.6.5", + "version": "4.7.0", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "author": "Trevor Squillario (https://github.com/tsquillario)", "contributors": [