From f467e8ea6893e452e9a8be13c556f58237b17b1b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 19 Nov 2023 09:51:28 +0100 Subject: [PATCH] chore: bump version to v0.20.1 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/45.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/45.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 534183198..b82ed4069 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.github.libretube" minSdk = 21 targetSdk = 33 - versionCode = 44 - versionName = "0.20.0" + versionCode = 45 + versionName = "0.20.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube") diff --git a/fastlane/metadata/android/en-US/changelogs/45.txt b/fastlane/metadata/android/en-US/changelogs/45.txt new file mode 100644 index 000000000..7568033bd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/45.txt @@ -0,0 +1,9 @@ +* fix: properly apply creator highlight +* fix: restoring nav after process death +* fix: auto fullscreen stops working after first rotation +* fix: increase area that can be used to control the time bar +* fix: crash when trying to vote while there are no sb segments yet +* fix: related videos are truncated after rotation +* fix: light theme setting doesn't work properly +* fix: share dialog doesn't use shortened yt links for videos +* fix: missing horizontal padding for player in landscape