Skip to content

Commit

Permalink
New release - version v2.988
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Apr 29, 2024
1 parent 9cfb257 commit 59c27f3
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 3 deletions.
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

0 comments on commit 59c27f3

Please sign in to comment.