Skip to content

Commit 5cb36f7

Browse files
committed
New release 2.997
1 parent bb2997b commit 5cb36f7

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v2.997 - 2026-01-06
2+
* Fix comment and reply loading.
3+
* Fix a crash in the backup preference page.
4+
* Translators:
5+
* Besnik Bleta,Charlie Izzy, Ettore Atalan, Ihor Hordiichuk,Jeff Huang,Julio Montero,Kosei Taguchi,
6+
* Massimo Pissarello, Milan, Milo Ivir, Nicolas Radu, Oğuz Ersen, Petrov, Priit Jõerüüt, Rex_sa, Samylol99,
7+
* ShareASmile, Stefanos Stefanidis, Szia Tomi, Vishnu Kalapala, Yaron Shahrabani, kd1211A, maboroshin,
8+
* ssantos, syl, whistlingwoods, Любомир Василев, 大王叫我来巡山
9+
110
v2.996 - 2025-08-31
211
* Add ability to set a PIN code for changing preferences.
312
* Polish the player tutorial text labels.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you have older Android device - however, at least 4.0, you should try [SkyTub
5858
| Official YouTube player support* |||
5959
| Chromecast Support* |||
6060
| Updates availability | Immediate | Normally up to 5 days |
61-
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.996/SkyTube-Extra-2.996.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/)
61+
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.997/SkyTube-Extra-2.997.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/)
6262

6363
_* powered by a closed-source, third-party library._
6464

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
//noinspection ExpiredTargetSdkVersion
1313
targetSdkVersion 28
1414

15-
versionName "2.996" // digits of the *fractional part* shall NOT be > than "9"
16-
versionCode 56
15+
versionName "2.997" // digits of the *fractional part* shall NOT be > than "9"
16+
versionCode 57
1717

1818
// Third party devs: pls be ethical and change the below keys
1919
buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '""'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* Fix comment and reply loading
2+
* Fix a crash in the backup preference page
3+
* Translators:
4+
* Besnik Bleta,Charlie Izzy, Ettore Atalan, Ihor Hordiichuk,Jeff Huang,Julio Montero,Kosei Taguchi,
5+
* Massimo Pissarello, Milan, Milo Ivir, Nicolas Radu, Oğuz Ersen, Petrov, Priit Jõerüüt, Rex_sa, Samylol99,
6+
* ShareASmile, Stefanos Stefanidis, Szia Tomi, Vishnu Kalapala, Yaron Shahrabani, kd1211A, maboroshin,
7+
* ssantos, syl, whistlingwoods, Любомир Василев, 大王叫我来巡山

0 commit comments

Comments
 (0)