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