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
This commit is contained in:
tzugen 2023-06-28 20:05:37 +02:00
parent fe555c076d
commit 4a21db2f73
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -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