Skip to content

Commit f71ad9b

Browse files
committed
Bump version and add changelog
1 parent a8c480b commit f71ad9b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId = "de.maniac103.squeezeclient"
3636
minSdk = 26
3737
targetSdk = 35
38-
versionCode = 5
39-
versionName = "1.4"
38+
versionCode = 6
39+
versionName = "1.5"
4040

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

Comments
 (0)