Move on to 0.17.3
This commit is contained in:
parent
6447af8541
commit
ec4757d6de
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 770
|
versionCode 780
|
||||||
versionName "0.17.2"
|
versionName "0.17.3"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
Changes in 0.17.3
|
||||||
|
|
||||||
|
Improved
|
||||||
|
• Added option to clear playback states #2550
|
||||||
|
• Show hidden directories in the file picker #2591
|
||||||
|
• Support URLs from `invidio.us` instances to be opened with NewPipe #2488
|
||||||
|
• Add support for `music.youtube.com` URLs TeamNewPipe/NewPipeExtractor#194
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
• [YouTube] Fixed 'java.lang.IllegalArgumentException #192
|
||||||
|
• [YouTube] Fixed live streams not working TeamNewPipe/NewPipeExtractor#195
|
||||||
|
• Fixed performance problem in android pie when downloading a stream #2592
|
Loading…
Reference in New Issue