diff --git a/app/build.gradle b/app/build.gradle index 2129007ca..e49d4cc8d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/954.txt b/fastlane/metadata/android/en-US/changelogs/954.txt new file mode 100644 index 000000000..042590473 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/954.txt @@ -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 \ No newline at end of file