Release 0.20.0

This commit is contained in:
TobiGr 2020-09-27 14:08:21 +02:00
parent e4ab250729
commit 272be025e1
2 changed files with 11 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 953
versionName "0.19.8"
versionCode 954
versionName "0.20.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,9 @@
• new application workflow: play videos on detail page, swipe down to minimize player
• MediaStyle notifications: customizable actions in notifications, performance improvements
• basic resizing when using NewPipe as desktop app
• show dialog with open options in case of an unsupported URL toast
• Improve search suggestion experience when remote ones can't be fetched
• Increased default video quality to 720p60 (in-app player) and 480p (pop-up player)
• tons of bug fixes and more