From 4a21db2f73cd08c6d1cd67c7a577f3af60c54789 Mon Sep 17 00:00:00 2001 From: tzugen Date: Wed, 28 Jun 2023 20:05:37 +0200 Subject: [PATCH] Release 4.6.1 Features: - Search is accessible through a new icon on the main screen - Modernize Back Handling - Reenable R8 Code minification - Add a "Play Random Songs" shortcut Bug fixes: - Readd the "Star" button to the Now Playing screen - Fix a rare crash when shuffling playlists with duplicate entries - Fix a crash when choosing "Play next" on an empty playlist. - Tracks buttons flash a scrollbar sometimes in Android 13 - Fix EndlessScrolling in genre listing - Couldn't delete a track when shuffle was active - Upgrade material to 1.9.0 --- ultrasonic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultrasonic/build.gradle b/ultrasonic/build.gradle index 07af3496..dae4e0ea 100644 --- a/ultrasonic/build.gradle +++ b/ultrasonic/build.gradle @@ -10,7 +10,7 @@ android { defaultConfig { applicationId "org.moire.ultrasonic" versionCode 124 - versionName "4.6.1-RC" + versionName "4.6.1" minSdkVersion versions.minSdk targetSdkVersion versions.targetSdk