diff --git a/CHANGELOG b/CHANGELOG index 4b67140ed..00e54c7e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,35 @@ +v2.988 - 2024-04-29 + * Fix couple of bugs around subscribing and unsubscribing + * Fix crashes around comment parsing + * Add USA as a locale for getting the trending videos. + * Handle Youtube channel urls that starts with @ + * Updating to the latest NewPipeExtractor + * Updated translations for: + * Albanian - Besnik Bleta + * Arabic - thami simo + * Bulgarian - Любомир Василев + * Chinese (Simplified) - Nriver + * Chinese (Traditional) - Jeff Huang + * Czech - Fjuro, Woyta + * Estonian - Priit Jõerüüt + * Finnish - JiPRA + * French - J. Lavoie, aleksej0R + * Greek - luckris25 + * Hungarian - Szia Tomi + * Italian - Massimo Pissarello + * Korean - 이상혁 + * Latvian - Arta Ridere + * Lithuanian - Marius Zrelskis + * Norwegian Bokmål - Allan Nordhøy + * Persian - parsa shirvani + * Polish - Bartek200219, Michal L + * Portuguese (Brazil) - Carlos Luiz, Flavio F. M, Jose Delvani, Mr. Fakezay + * Portuguese - Lucas Ribeiro + * Russian - Alexey Amanov + * Sinhala - DuninduH, HelaBasa Group, KGdr8 + * Ukrainian - Ihor Hordiichuk + * Vietnamese - Fiezt Marshall, Tấn Lực Trương + v2.987 - 2023-08-15 * Fix 'unable to download videos' error, due to recent Youtube changes * Fix error because of missing channel banner/avatar diff --git a/README.md b/README.md index 4f01d9e74..79d2a8a40 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you have older Android device - however, at least 4.0, you should try [SkyTub | Official YouTube player support* | ✅ | ❌ | | Chromecast Support* | ✅ | ❌ | | Updates availability | Immediate | Normally up to 5 days | -| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.987/SkyTube-Extra-2.987.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/packages/free.rm.skytube.oss/) +| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.988/SkyTube-Extra-2.988.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/packages/free.rm.skytube.oss/) _* powered by a closed-source, third-party library._ diff --git a/app/build.gradle b/app/build.gradle index c8626e908..14bca799e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { //noinspection ExpiredTargetSdkVersion targetSdkVersion 28 - versionName "2.987" // digits of the *fractional part* shall NOT be > than "9" - versionCode 47 + versionName "2.988" // digits of the *fractional part* shall NOT be > than "9" + versionCode 48 // Third party devs: pls be ethical and change the below keys buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '""' buildConfigField 'String[]', 'YOUTUBE_API_KEYS', '{}' diff --git a/fastlane/metadata/android/en-US/changelogs/48.txt b/fastlane/metadata/android/en-US/changelogs/48.txt new file mode 100644 index 000000000..f31a404ee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/48.txt @@ -0,0 +1,30 @@ +* Fix couple of bugs around subscribing and unsubscribing +* Fix crash in comment parsing +* Add USA as a locale for getting the trending videos. +* Handle Youtube channel urls that starts with @ +* Updating to the latest NewPipeExtractor +* Updated translations for: + * Albanian - Besnik Bleta + * Arabic - thami simo + * Bulgarian - Любомир Василев + * Chinese (Simplified) - Nriver + * Chinese (Traditional) - Jeff Huang + * Czech - Fjuro, Woyta + * Estonian - Priit Jõerüüt + * Finnish - JiPRA + * French - J. Lavoie, aleksej0R + * Greek - luckris25 + * Hungarian - Szia Tomi + * Italian - Massimo Pissarello + * Korean - 이상혁 + * Latvian - Arta Ridere + * Lithuanian - Marius Zrelskis + * Norwegian Bokmål - Allan Nordhøy + * Persian - parsa shirvani + * Polish - Bartek200219, Michal L + * Portuguese (Brazil) - Carlos Luiz, Flavio F. M, Jose Delvani, Mr. Fakezay + * Portuguese - Lucas Ribeiro + * Russian - Alexey Amanov + * Sinhala - DuninduH, HelaBasa Group, KGdr8 + * Ukrainian - Ihor Hordiichuk + * Vietnamese - Fiezt Marshall, Tấn Lực Trương