Release 4.7.1

This commit is contained in:
tzugen 2023-08-23 10:59:36 +02:00
parent 09e87ce8a0
commit f2b47a257d
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,12 @@
### Fixes
- Fix a bug in 4.7.0 that repeat mode was activated by default.
### Features
- Added custom buttons for shuffling the current queue and setting repeat mode (Android Auto)
- Properly handling nested directory structures (Android Auto)
- Add a toast when adding tracks to the playlist
- Allow pinning when offline
### Dependencies
- Update koin
- Update media3 to v1.1.0

View File

@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 128
versionName "4.7.0"
versionCode 129
versionName "4.7.1"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk