From e100806fd9fae01815b5fbf785760c05a0cdce15 Mon Sep 17 00:00:00 2001 From: Stypox Date: Tue, 3 Aug 2021 20:30:41 +0200 Subject: [PATCH 1/3] Update extractor version to 0.21.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c5c86e12e..e30de3201 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -186,7 +186,7 @@ dependencies { // name and the commit hash with the commit hash of the (pushed) commit you want to test // This works thanks to JitPack: https://jitpack.io/ implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.6' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.8' /** Checkstyle **/ checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}" From 2ac265a6f508d8f0119f3ea6da0aeec0587ec088 Mon Sep 17 00:00:00 2001 From: Stypox Date: Tue, 3 Aug 2021 21:00:57 +0200 Subject: [PATCH 2/3] Release 0.21.8 (974) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e30de3201..8ea89ee88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { resValue "string", "app_name", "NewPipe" minSdkVersion 19 targetSdkVersion 29 - versionCode 973 - versionName "0.21.7" + versionCode 974 + versionName "0.21.8" multiDexEnabled true From 45dd98e639c10a0fb5a8c9b6b8905e7d5d823633 Mon Sep 17 00:00:00 2001 From: Stypox Date: Tue, 3 Aug 2021 21:06:20 +0200 Subject: [PATCH 3/3] v0.21.8 (974) changelog --- fastlane/metadata/android/en-US/changelogs/974.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/974.txt diff --git a/fastlane/metadata/android/en-US/changelogs/974.txt b/fastlane/metadata/android/en-US/changelogs/974.txt new file mode 100644 index 000000000..e028a5e0b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/974.txt @@ -0,0 +1,5 @@ +Hotfix +• Fix buffering issues caused by YouTube throttling +• Fix YouTube comments extraction and crashes with disabled comments +• Fix YouTube music search +• Fix PeerTube livestreams