Skip to content

Commit

Permalink
New release - 2.983
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 25, 2022
1 parent d8d802f commit b9a2b40
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.983 - 2022-08-25
* Fix broken Youtube video loading
* Minor cleanups, and preparations for raising the required Android level. Old Androids will be supported through 'SkyTube Legacy'
* Updated translations for:
* Azerbaijani - Nizami Semidov
* Basque - Julio Montero
* Chinese (Simplified) - Eric
* Chinese (Traditional) - Jeff Huang
* Croatian - Milo Ivir
* Hungarian - Szia Tomi
* Spanish - Alfredo Cruz
* Polish - Michal L
* Turkish - Oğuz Ersen
* Ukrainian - Ihor Hordiichuk

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
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.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)
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.983/SkyTube-Extra-2.983.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.982" // digits of the *fractional part* shall NOT be > than "9"
versionCode 42
versionName "2.983" // digits of the *fractional part* shall NOT be > than "9"
versionCode 43
// 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
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* Fix broken Youtube video loading
* Minor cleanups, and preparations for raising the required Android level. Old Androids will be supported through 'SkyTube Legacy'
* Updated translations for:
* Azerbaijani - Nizami Semidov
* Basque - Julio Montero
* Chinese (Simplified) - Eric
* Chinese (Traditional) - Jeff Huang
* Croatian - Milo Ivir
* Hungarian - Szia Tomi
* Spanish - Alfredo Cruz
* Polish - Michal L
* Turkish - Oğuz Ersen
* Ukrainian - Ihor Hordiichuk

0 comments on commit b9a2b40

Please sign in to comment.