Skip to content

Commit

Permalink
New release 2.966
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Oct 27, 2019
1 parent a5b567d commit fc8eff8
Show file tree
Hide file tree
Showing 4 changed files with 15 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.966 - 27 Oct 2019
* Implement channel cache, which will reduce network usage, and improve offline experience.
* #570 - fix "cannot play video after returning from `open with`"
* #571 - fix 'configure channel blocking at the subscribe page leading to fatal crash'
* #572 - new policies for downloading videos on mobile network: "Always ask"/"Block"/"Allow"
* #574 - "play video under mobile data" dialog can only be dismissed by double clicking "Play Video"
* #580 - fix exception in DialogUtils.java line 125
* #586 - fix fatal failure on new installations.
* Fixes for the NewPipeExtractor backend
* dependency upgrades
* New Swedish translation.

v2.965 - 27 Sep 2019
* Fixes for the NewPipeExtractor backend
* Do not block videos on bookmark and downloaded videos tab.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ More features will be added in the near future.
| 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/ram-on/SkyTube/releases/download/v2.965/SkyTube-Extra-2.965.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/ram-on/SkyTube/releases/download/v2.966/SkyTube-Extra-2.966.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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionName "2.965" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.966" // 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 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

buildNumber=25
buildNumber=26

android.useAndroidX=true
android.enableJetifier=true
Expand Down

2 comments on commit fc8eff8

@lovelilke
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to download audios,i want to add function can download audios

@gzsombor
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to download audios,i want to add function can download audios

@lzk950310 : SkyTube is for viewing and downloading Youtube videos.

Please sign in to comment.