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 dfa6cd7 commit 327c912Copy full SHA for 327c912
app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
applicationId = "de.maniac103.squeezeclient"
32
minSdk = 26
33
targetSdk = 35
34
- versionCode = 3
35
- versionName = "1.2"
+ versionCode = 4
+ versionName = "1.3"
36
37
vectorDrawables {
38
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/4.txt
@@ -0,0 +1,7 @@
1
+- Fixed song download failure handling
2
+- Fixed download of single songs (previously the whole album was downloaded)
3
+- Respect server-isde navigation commands in alarm setup
4
+- Fixed playlist item drag handling
5
+- Show artist/album image in navigation overview
6
+- Added artwork image fallback in now playing screen
7
+- Misc. fixes and improvements
0 commit comments