Skip to content

Commit

Permalink
Release of 2.982
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 14, 2022
1 parent 913d31a commit eca312d
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
v2.982 - 2022-08-14
* Add dislike counter using returnyoutubedislike.com API by András Sebők
* Implement fetching Sponsorblock information for downloaded videos by JamesCullum
* Update NewPipeExtractor to fix recent Youtube changes
* Hide the Featured tab by default, as this is only available with the old API
* Fix subscription import.
* Updated translations for:
* Arabic - Amr Khaled Hassan
* Azerbaijani - Corc, Nizami, ReVanced
* Basque - Julio Montero
* Croatian - Milo Ivir
* Chinese (Simplified) - Eric, JY3
* Chinese (Traditional) - zica
* Czech - DaveJeNej
* French - J. Lavoie
* German - James Cullum, RandomModderJDK
* Indonesian - Reza Almanda
* Italian - Marco Torti, Luca De Falco
* Japanese - kazats
* Korean - sinSetaKokoro
* Latvian - Tranzistors
* Hungarian - Szia Tomi, Zsombor
* Norwegian Bokmål - Allan Nordhøy
* Polish - Michal L
* Portuguese - Felipe
* Portuguese (Brazil) - Bruno Antunes, David Braz
* Portuguese (Portugal) - Sérgio Marques
* Russian - Sergey Arkhipov
* Spanish - Julio Montero
* Telugu - Abhinav Datta, V. Sai Prakash
* Turkish - Oğuz Ersen
* Ukrainian - Artem, Ihor Hordiichuk

v2.981 - 2022-04-16
* Add Sponsorblock support by James Cullum
* Update NewPipeExtractor to fix recent Youtube changes
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 @@ Android 4.0 (Ice Cream Sandwich) or later. For techies, that means an API level
| 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.981/SkyTube-Extra-2.981.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/repository/browse/?fdid=free.rm.skytube.oss)
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.982/SkyTube-Extra-2.982.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/repository/browse/?fdid=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 @@ -11,8 +11,8 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28

versionName "2.981" // digits of the *fractional part* shall NOT be > than "9"
versionCode 41
versionName "2.982" // digits of the *fractional part* shall NOT be > than "9"
versionCode 42
// 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"'
Expand Down
31 changes: 31 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
* Add dislike counter using returnyoutubedislike.com API by András Sebők
* Implement fetching Sponsorblock information for downloaded videos by JamesCullum
* Update NewPipeExtractor to fix recent Youtube changes
* Hide the Featured tab by default, as this is only available with the old API
* Fix subscription import.
* Updated translations for:
* Arabic - Amr Khaled Hassan
* Azerbaijani - Corc, Nizami, ReVanced
* Basque - Julio Montero
* Croatian - Milo Ivir
* Chinese (Simplified) - Eric, JY3
* Chinese (Traditional) - zica
* Czech - DaveJeNej
* French - J. Lavoie
* German - James Cullum, RandomModderJDK
* Indonesian - Reza Almanda
* Italian - Marco Torti, Luca De Falco
* Japanese - kazats
* Korean - sinSetaKokoro
* Latvian - Tranzistors
* Hungarian - Szia Tomi, Zsombor
* Norwegian Bokmål - Allan Nordhøy
* Polish - Michal L
* Portuguese - Felipe
* Portuguese (Brazil) - Bruno Antunes, David Braz
* Portuguese (Portugal) - Sérgio Marques
* Russian - Sergey Arkhipov
* Spanish - Julio Montero
* Telugu - Abhinav Datta, V. Sai Prakash
* Turkish - Oğuz Ersen
* Ukrainian - Artem, Ihor Hordiichuk

0 comments on commit eca312d

Please sign in to comment.