From 91ec216679014a33b3ceccf972c811152dedeaee Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Wed, 12 Oct 2022 14:07:09 +0200 Subject: [PATCH] Update fastlane metadata and README --- README.md | 1 + fastlane/metadata/android/en-US/changelogs/17.txt | 6 ++++++ fastlane/metadata/android/en-US/full_description.txt | 1 + 3 files changed, 8 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.txt diff --git a/README.md b/README.md index 075b8d2..2b5f9b8 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 0000000..50a9f01 --- /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 948c6df..e572d1a 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