Skip to content

Commit 327c912

Browse files
committed
Bump version and add changelog
1 parent dfa6cd7 commit 327c912

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId = "de.maniac103.squeezeclient"
3232
minSdk = 26
3333
targetSdk = 35
34-
versionCode = 3
35-
versionName = "1.2"
34+
versionCode = 4
35+
versionName = "1.3"
3636

3737
vectorDrawables {
3838
useSupportLibrary = true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)