Release 0.18.6 (860)

This commit is contained in:
TobiGr 2020-03-01 15:43:12 +01:00
parent 2b9c7fee20
commit 4674431829
2 changed files with 9 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 850
versionName "0.18.5"
versionCode 860
versionName "0.18.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,7 @@
Improved
• Save and restore whether pitch and tempo are unhooked or not
• Support display cutout in player
• Round view and subscriber count
• Optimized YouTube to use less data
More than 15 YouTube-related bugs were fixed in this release.