Skip to content

Commit

Permalink
New release of v2.987
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 15, 2023
1 parent c8fcc18 commit 28fe095
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v2.987 - 2023-08-15
* Fix 'unable to download videos' error, due to recent Youtube changes
* Fix error because of missing channel banner/avatar
* Fix crash happening, when SponsorBlock was not enabled when video was downloaded, however enabled later
* Fix missing context menu items.
* Refactor to use the latest NewPipe playlist fecthing code
* update style of screenshots - Tomoya Kuroda
* Updated translations for:
* Czech - Woyta, Not Fill
* Chinese (Simplified) - Eric
* French - Ninjdai
* German - RandomModderJDK
* Hindi - ShareASmile
* Hungarian - Szia Tomi
* Italian - Massimo Pissarello
* Japanese - Takaki IEKURA
* Polish - Michal L
* Portugeese (Brazil) - gkubya, Yuri Argolo, Flavio F. M, Carlos Luiz
* Portugeese - SACAMOTO SEIJI
* Punjabi - ShareASmile
* Russian - Alexey Esaulenko, jooblex

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'
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.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/)
| 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/)

_* 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.986" // digits of the *fractional part* shall NOT be > than "9"
versionCode 46
versionName "2.987" // digits of the *fractional part* shall NOT be > than "9"
versionCode 47
// 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
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fixes and translation updates.

0 comments on commit 28fe095

Please sign in to comment.