Skip to content

Commit 0f9a793

Browse files
committed
bump version from 1.8.4 to 1.8.5 (125)
1 parent b71598b commit 0f9a793

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.text.SimpleDateFormat
99
import java.util.Date
1010

1111
val APP_NAME = "Kreate"
12-
val VERSION_CODE = 124
12+
val VERSION_CODE = 125
1313

1414
private fun String.sha256(): String {
1515
val digest = MessageDigest.getInstance( "SHA-256" )
@@ -331,7 +331,7 @@ android {
331331
signingConfig = signingConfigs.getByName( "production" )
332332

333333
// App's properties
334-
versionName = "1.8.4"
334+
versionName = "1.8.5"
335335
manifestPlaceholders["appName"] = APP_NAME
336336
versionCode = VERSION_CODE
337337
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Changes:
2+
- New YT's playback implementation, from Metrolist
3+
- Rework contributors section in About
4+
- Reimplement change thumbnail button for songs and albums
5+
- Reset live wallpaper when song stops (disabled by default)
6+
- New url caching to reduce playback load time
7+
8+
Fixes:
9+
- App randomly starts playing songs in the background
10+
- Low resolution on some thumbnail
11+
- App crashes when shuffle an empty playlist
12+
- App crashes during queue export
13+
- Download button doesn't work in media control
14+
- Error when seek to uncached timestamp
15+
- App crashes randomly in the background

0 commit comments

Comments
 (0)