Update fastlane metadata and README
This commit is contained in:
parent
f63c9b1423
commit
91ec216679
3 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
- Skip silence
|
||||
- Sleep timer
|
||||
- Audio normalization
|
||||
- Android Auto
|
||||
- Persistent queue
|
||||
- Open YouTube/YouTube Music links (`watch`, `playlist`, `channel`)
|
||||
- ...
|
||||
|
|
6
fastlane/metadata/android/en-US/changelogs/17.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/17.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Added Android Auto support (must be enabled in the settings)
|
||||
* Improved the audio normalization algorithm
|
||||
* Fixed a bug which caused play time of a song to be incorrectly calculated
|
||||
* Fixed a bug which caused artists and albums to be incorrectly sorted
|
||||
* Fixed a crash that occurred when searching
|
||||
* Fixed "this video in not available in your country" problem that affected GB users
|
|
@ -15,5 +15,6 @@
|
|||
* Skip silence
|
||||
* Persistent queue
|
||||
* Loudness/audio normalization
|
||||
* Android Auto
|
||||
* Simple and minimal UI
|
||||
* Ridiculously lightweight APK
|
||||
|
|
Loading…
Reference in a new issue