Skip to content

Commit

Permalink
Bump to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Jan 11, 2024
1 parent 6ba34b9 commit 3a1cc87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
42 changes: 10 additions & 32 deletions android/app/src/main/assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,23 @@
[
{
"versionName": "1.0.7-beta3",
"releaseDate": "01/12/2023",
"features": [
],
"fixes": [
"Fixed an issue preventing remote media providers from authenticating"
],
"improvements": [
],
"notes": [
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
]
},
{
"versionName": "1.0.7-beta2",
"releaseDate": "26/11/2023",
"features": [
],
"fixes": [
"Fixed a Plex importing issue"
],
"improvements": [
"Dependency updates & general maintenance"
],
"notes": [
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
]
},
{
"versionName": "1.0.7-beta1",
"releaseDate": "04/01/2023",
"versionName": "1.0.7",
"releaseDate": "11/01/2024",
"features": [
"Ability to schedule media import (daily or weekly)"
],
"fixes": [
"Fixed an issue preventing remote media providers from authenticating",
"Fixed a Plex importing issue",
"Fixed issue where songs sort order appears somewhat random after adding songs to playlist",
"Fixed case sensitivity issue when importing m3u's",
"Fixed an issue where playlist import might fail for large libraries"
],
"improvements": [
"Dependency updates & general maintenance",
"Highlight currently playing song on Album Detail view"
],
"notes": [
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
"Shuttle is 11 years old πŸ‘ŠπŸ’€πŸ΄"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/AppVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object AppVersion {
const val versionMajor = 1
const val versionMinor = 0
const val versionPatch = 7
val versionSuffix: String? = "beta3"
val versionSuffix: String? = null
}

0 comments on commit 3a1cc87

Please sign in to comment.