diff --git a/app/common/json_changelog.json b/app/common/json_changelog.json index c5d30c5..1caa095 100644 --- a/app/common/json_changelog.json +++ b/app/common/json_changelog.json @@ -1,4 +1,16 @@ [ + { + "date": "5/23/2015", "version": "4.5.0", + "changes": [ + { "text": "- The Repeat icon in the player now has 3 states: 'Repeat nothing', 'Repeat the current queue', 'Repeat the current playing song'."}, + { "text": "- Removed the Loop Queue setting which is now managed only by the icon."}, + { "text": "- Shuffling the queue will now keep the current playing song at the top of the queue."}, + { "text": "- Added a Play icon to the songs. Click it to empty the queue and play only this single song."}, + { "text": "- Clicking the Play icon of a directory will play all its songs and all the songs of its sub-directories recursively."}, + { "text": "- Fixed a bug that prevented Music Cabinet users from listing all their music folders and from searching songs."}, + { "text": "- Fixed a bug that prevented users from switching from a recent Subsonic server (high API version) to an older Subsonic server (lower API version)."} + ] + }, { "date": "4/12/2015", "version": "4.4.5", "changes": [ diff --git a/bower.json b/bower.json index c46dbe4..7052566 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.4.6", + "version": "4.5.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 7eadd1b..1af7c40 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.4.6", + "version": "4.5.0", "app": { "launch": { "web_url": "http://jamstash.com" diff --git a/package.json b/package.json index a7f8083..f2faeee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jamstash", - "version": "4.4.6", + "version": "4.5.0", "description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming", "author": "Trevor Squillario (https://github.com/tsquillario)", "contributors": [