diff --git a/README.md b/README.md index 075b8d2863..2b5f9b82e9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ - Skip silence - Sleep timer - Audio normalization +- Android Auto - Persistent queue - Open YouTube/YouTube Music links (`watch`, `playlist`, `channel`) - ... diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 0000000000..50a9f01261 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -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 diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 948c6df3e4..e572d1abbb 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -15,5 +15,6 @@ * Skip silence * Persistent queue * Loudness/audio normalization +* Android Auto * Simple and minimal UI * Ridiculously lightweight APK