From fc132ab0fbb22df4114710f4242f23b76f27b5ac Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:08:13 +0530 Subject: [PATCH 1/3] Current Changelog API --- fastlane/metadata/android/en-US/changelogs/current.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/current.txt diff --git a/fastlane/metadata/android/en-US/changelogs/current.txt b/fastlane/metadata/android/en-US/changelogs/current.txt new file mode 100644 index 000000000..eba2b20d7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/current.txt @@ -0,0 +1,10 @@ +* Improved Material themes by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1381 +* Playback speed bottom sheet with pitch support by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1433 +* Use bottom sheets for all player options by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1434 +* Aesthetic changes by @GilesMunn in https://github.com/libre-tube/LibreTube/pull/1464 +* Option to sort playlists by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1504 +* Show the subscriptions count when playing a video by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1512 +* Sharing channels by @GilesMunn in https://github.com/libre-tube/LibreTube/pull/1529 +* Add metadata to downloads by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1533 +* Copy comments by long pressing them by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1543 +* Add a button to fetch more comment replies by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1547 \ No newline at end of file From 6125cce524a8d5e5f450b133d60d2d6d21129acc Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sat, 26 Nov 2022 18:28:19 +0530 Subject: [PATCH 2/3] Fix CI Uploads for Pull Requests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 248a8c89c..983da22ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,5 +95,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: app - path: archive/*-signed.apk + path: archive/*.apk From c032a4b77021b15c226b2367d4b4377df9e6d88b Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sat, 26 Nov 2022 18:29:52 +0530 Subject: [PATCH 3/3] Delete current.txt --- fastlane/metadata/android/en-US/changelogs/current.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/current.txt diff --git a/fastlane/metadata/android/en-US/changelogs/current.txt b/fastlane/metadata/android/en-US/changelogs/current.txt deleted file mode 100644 index eba2b20d7..000000000 --- a/fastlane/metadata/android/en-US/changelogs/current.txt +++ /dev/null @@ -1,10 +0,0 @@ -* Improved Material themes by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1381 -* Playback speed bottom sheet with pitch support by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1433 -* Use bottom sheets for all player options by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1434 -* Aesthetic changes by @GilesMunn in https://github.com/libre-tube/LibreTube/pull/1464 -* Option to sort playlists by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1504 -* Show the subscriptions count when playing a video by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1512 -* Sharing channels by @GilesMunn in https://github.com/libre-tube/LibreTube/pull/1529 -* Add metadata to downloads by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1533 -* Copy comments by long pressing them by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1543 -* Add a button to fetch more comment replies by @Bnyro in https://github.com/libre-tube/LibreTube/pull/1547 \ No newline at end of file