We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c480b commit f71ad9bCopy full SHA for f71ad9b
app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
35
applicationId = "de.maniac103.squeezeclient"
36
minSdk = 26
37
targetSdk = 35
38
- versionCode = 5
39
- versionName = "1.4"
+ versionCode = 6
+ versionName = "1.5"
40
41
vectorDrawables {
42
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/6.txt
@@ -0,0 +1,4 @@
1
+- Show additional information in albums list (release years) and titles list (durations)
2
+- Fix server discovery if more than one server is present in the local network
3
+- Hide media notification if server connection is lost for longer time (more than 15 minutes)
4
+- Assorted bug fixes
0 commit comments