Bump version to v4.7.0
This commit is contained in:
parent
375d4e79da
commit
f6883cbb72
4 changed files with 13 additions and 3 deletions
|
@ -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",
|
||||
"changes": [
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue