diff --git a/CHANGELOG b/CHANGELOG index 2fbde7f37..f7d2de69a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,45 @@ +v2.986 - 2023-04-24 + * Implementing a 'Watched Video Cleaner' to quickly remove watched videos from the Bookmarks and Downloaded videos - by randommodder + * Showing comment replies, displaying 'pinned' and 'hearted-by-uploader' + * Implementing video navigation through links which points to a specific second in the video works from the comments and from the video description. + * Fixes in the Video blocker, better naming for allow/deny channel list, organize the channel related menuitems better. + * Make AndroidTV compatible - at least it will be displayed among the apps. + * Updated translations for: + * Albanian - Besnik Bleta + * Arabic - Ahmed Badeeb and thami simo + * Azerbaijani - Nizami and ReVanced + * Basque - Julio Montero + * Berber - ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ زهير أمازيغ + * Bulgarian - Radoslav Vasilev Vasilev and Ивайло Пантелеев Пушков + * Catalan - Marc Gállego Asín + * Chinese (Simplified) - Eric + * Chinese (Traditional) - WongWong123 and zica + * Croatian - Milo Ivir + * Dutch - Cereal-Killer-X + * Finnish - Jani Kinnunen and Sami Sudenpentu + * French - J. Lavoie and syl + * Galician - gallegonovato + * German - Ettore Atalan and RandomModderJDK + * Hindi - RSoulwin and ShareASmile + * Hungarian - Szia Tomi + * Indonesian - Devon saragih and myisyanz + * Italian - Massimo Pissarello and atilluF + * Korean - museekee + * Latvian - Coool + * Lithuanian - Gediminas Murauskas + * Norwegian Bokmål - Allan Nordhøy + * Odia - Subham Jena + * Polish - Bartek200219 and Karol Górecki + * Portuguese - ssantos + * Punjabi - ShareASmile + * Romanian - Igor Sorocean + * Russian - Experience!, Gleb, jooblex and Дмитрий «Артанис» + * Spanish - Eduardo Malaspina and gallegonovato + * Swedish - Deaquay + * Turkish - Oğuz Ersen + * Ukrainian - Ihor Hordiichuk + * Vietnamese - NathanPham19 and Son Tran + v2.985 - 2022-11-04 * Newest NewPipeExtractor to fix Youtube parsing diff --git a/README.md b/README.md index b5d25278c..c8fd8ab2c 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.985/SkyTube-Extra-2.985.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.986/SkyTube-Extra-2.986.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 d279017db..b94a52a77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { //noinspection ExpiredTargetSdkVersion targetSdkVersion 28 - versionName "2.985" // digits of the *fractional part* shall NOT be > than "9" - versionCode 45 + versionName "2.986" // digits of the *fractional part* shall NOT be > than "9" + versionCode 46 // Third party devs: pls be ethical and change the below keys //buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '"AIzaSyDU-ZZCyOB_kYkiMSZ6ooSipUZRukHU4ik"' buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '"hidden:A0C0B03EED58193F4CD52DF668495D523A5229C6B66B0ED6282AE09BD8FF08CD5AF9A6B52C214F"' diff --git a/fastlane/metadata/android/en-US/changelogs/46.txt b/fastlane/metadata/android/en-US/changelogs/46.txt new file mode 100644 index 000000000..b93555f2b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.txt @@ -0,0 +1,40 @@ +* Implementing a 'Watched Video Cleaner' to quickly remove watched videos from the Bookmarks and Downloaded videos - by randommodder +* Showing comment replies, displaying 'pinned' and 'hearted-by-uploader' +* Implementing video navigation through links which points to a specific second in the video works from the comments and from the video description. +* Fixes in the Video blocker, better naming for allow/deny channel list, organize the channel related menuitems better. +* Make AndroidTV compatible - at least it will be displayed among the apps. +* Updated translations for: + * Albanian - Besnik Bleta + * Arabic - Ahmed Badeeb and thami simo + * Azerbaijani - Nizami and ReVanced + * Basque - Julio Montero + * Berber - ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ زهير أمازيغ + * Bulgarian - Radoslav Vasilev Vasilev and Ивайло Пантелеев Пушков + * Catalan - Marc Gállego Asín + * Chinese (Simplified) - Eric + * Chinese (Traditional) - WongWong123 and zica + * Croatian - Milo Ivir + * Dutch - Cereal-Killer-X + * Finnish - Jani Kinnunen and Sami Sudenpentu + * French - J. Lavoie and syl + * Galician - gallegonovato + * German - Ettore Atalan and RandomModderJDK + * Hindi - RSoulwin and ShareASmile + * Hungarian - Szia Tomi + * Indonesian - Devon saragih and myisyanz + * Italian - Massimo Pissarello and atilluF + * Korean - museekee + * Latvian - Coool + * Lithuanian - Gediminas Murauskas + * Norwegian Bokmål - Allan Nordhøy + * Odia - Subham Jena + * Polish - Bartek200219 and Karol Górecki + * Portuguese - ssantos + * Punjabi - ShareASmile + * Romanian - Igor Sorocean + * Russian - Experience!, Gleb, jooblex and Дмитрий «Артанис» + * Spanish - Eduardo Malaspina and gallegonovato + * Swedish - Deaquay + * Turkish - Oğuz Ersen + * Ukrainian - Ihor Hordiichuk + * Vietnamese - NathanPham19 and Son Tran