File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import java.text.SimpleDateFormat
99import java.util.Date
1010
1111val APP_NAME = " Kreate"
12- val VERSION_CODE = 124
12+ val VERSION_CODE = 125
1313
1414private 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments