Skip to content

Commit

Permalink
Document release 2.991
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 25, 2024
1 parent a5cb4b0 commit 98e1da0
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v2.991 - 2024-08-25
* Optimize internal database, make it faster and smaller.
* Make subscription feed appear (nearly) instantly and do the slow network fetches in the background.
* Use Material themed subscribe button.
* Search query text is clickable on the result.
* Fix broken compilation due to JCenter disapearance
* Show deleted/blocked channels differently, and allow to unsubscribe from them.
* Updated translations for:
* Catalan, Malayalam, Tamil
* Translators:
* ek387587, Rohan Kishore, Onebyone

v2.990 - 2024-07-25
* Update NewPipeExtractor to fix recent Youtube site changes.
* Remove unnecessary app-install right from the OSS version
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.990/SkyTube-Extra-2.990.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.991/SkyTube-Extra-2.991.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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28

versionName "2.990" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.991" // digits of the *fractional part* shall NOT be > than "9"
versionCode buildNumber.toInteger()

// Third party devs: pls be ethical and change the below keys
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = '1.6.21'
ext.buildNumber = 50
ext.buildNumber = 51
repositories {
google()
mavenCentral()
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Optimize internal database, make it faster and smaller.
* Make subscription feed appear (nearly) instantly and do the slow network fetches in the background.
* Use Material themed subscribe button.
* Search query text is clickable on the result.
* Fix broken compilation due to JCenter disapearance
* Show deleted/blocked channels differently, and allow to unsubscribe from them.
* Updated translations for:
* Catalan, Malayalam, Tamil
* Translators:
* ek387587, Rohan Kishore, Onebyone

0 comments on commit 98e1da0

Please sign in to comment.