mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Release 4.6.3
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: - Fix a few crashes - Avoid triggering a bug in Supysonic - 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
This commit is contained in:
parent
4f55a2a4a5
commit
18fd8f64c6
15
fastlane/metadata/android/en-US/changelogs/126.txt
Normal file
15
fastlane/metadata/android/en-US/changelogs/126.txt
Normal file
@ -0,0 +1,15 @@
|
||||
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:
|
||||
- Fix a few crashes
|
||||
- Avoid triggering a bug in Supysonic
|
||||
- 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
|
@ -9,8 +9,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 125
|
||||
versionName "4.6.2"
|
||||
versionCode 126
|
||||
versionName "4.6.3"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user