Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release - version v2.988 #1253

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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', '{}'
Expand Down
30 changes: 30 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -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
Loading