move on to version v0.13.5

pull/1354/head v0.13.5
Christian Schabesberger 2018-06-03 12:36:35 +02:00
rodzic 067b15c300
commit 2a45a13f73
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 15
targetSdkVersion 27
versionCode 63
versionName "0.13.4"
versionCode 64
versionName "0.13.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Wyświetl plik

@ -0,0 +1,8 @@
### Improvements
- Added the ability to limit video quality if using mobile data. #1339
- Remember brightness for the session #1442
- Improve download performance for weaker CPUs #1431
- add (working) support for media session #1433
### Fix
- Fix crash on opening downloads (fix now available for release builds) #1441