Skip to content

Commit 3a1cc87

Browse files
committed
Bump to v1.0.7
1 parent 6ba34b9 commit 3a1cc87

File tree

2 files changed

+11
-33
lines changed

2 files changed

+11
-33
lines changed

β€Žandroid/app/src/main/assets/changelog.jsonβ€Ž

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
11
[
22
{
3-
"versionName": "1.0.7-beta3",
4-
"releaseDate": "01/12/2023",
5-
"features": [
6-
],
7-
"fixes": [
8-
"Fixed an issue preventing remote media providers from authenticating"
9-
],
10-
"improvements": [
11-
],
12-
"notes": [
13-
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
14-
]
15-
},
16-
{
17-
"versionName": "1.0.7-beta2",
18-
"releaseDate": "26/11/2023",
19-
"features": [
20-
],
21-
"fixes": [
22-
"Fixed a Plex importing issue"
23-
],
24-
"improvements": [
25-
"Dependency updates & general maintenance"
26-
],
27-
"notes": [
28-
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
29-
]
30-
},
31-
{
32-
"versionName": "1.0.7-beta1",
33-
"releaseDate": "04/01/2023",
3+
"versionName": "1.0.7",
4+
"releaseDate": "11/01/2024",
345
"features": [
356
"Ability to schedule media import (daily or weekly)"
367
],
378
"fixes": [
9+
"Fixed an issue preventing remote media providers from authenticating",
10+
"Fixed a Plex importing issue",
11+
"Fixed issue where songs sort order appears somewhat random after adding songs to playlist",
12+
"Fixed case sensitivity issue when importing m3u's",
13+
"Fixed an issue where playlist import might fail for large libraries"
3814
],
3915
"improvements": [
16+
"Dependency updates & general maintenance",
17+
"Highlight currently playing song on Album Detail view"
4018
],
4119
"notes": [
42-
"Shuttle is now open source πŸŽ‰ You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
20+
"Shuttle is 11 years old πŸ‘ŠπŸ’€πŸ΄"
4321
]
4422
},
4523
{

β€ŽbuildSrc/src/main/kotlin/AppVersion.ktβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object AppVersion {
22
const val versionMajor = 1
33
const val versionMinor = 0
44
const val versionPatch = 7
5-
val versionSuffix: String? = "beta3"
5+
val versionSuffix: String? = null
66
}

0 commit comments

Comments
Β (0)