From 4f0da7e363edcda072f9012cdeeea52031f1df99 Mon Sep 17 00:00:00 2001 From: Zion Huang Date: Thu, 14 Apr 2022 19:15:12 +0800 Subject: [PATCH] 0.2.0-beta Fastlane changelog --- .../metadata/android/en-US/changelogs/5.txt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 000000000..371bc10f9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,27 @@ +
New + +* App updater (Preview) +* Share button function in bottom control fragment +* Open YouTube urls by this app #11 +* You can now search for YouTube Music albums +* Remove download of a song + +
Improved + +* Show channel or playlist name in search fragment title +* Scrollable search filter chip group + +
Fixed + +* Fixed artwork updates incorrectly when preloading the next song +* Fixed play artist songs not working +* Fixed media notification PendingIntent mutability flag missing, causing Android S+ to crash #6 +* Fixed can't add songs to library #9 +* Auto download not working +* Auto add song to library not working + +
Development + +* Bumped NewPipe Extractor from 0.21.13 to 0.21.14 +* Upload APK in GitHub Action +* Added Fastlane structure \ No newline at end of file