mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Sync master and develop
This commit is contained in:
parent
7ad16ad92c
commit
d2ed058d31
9
fastlane/metadata/android/en-US/changelogs/128.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/128.txt
Normal file
@ -0,0 +1,9 @@
|
||||
### 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
|
12
fastlane/metadata/android/en-US/changelogs/129.txt
Normal file
12
fastlane/metadata/android/en-US/changelogs/129.txt
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user