From fa8eb014477ea107bea547a3879c95df08921093 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 20 Mar 2024 20:26:02 +0100 Subject: [PATCH] chore: bump version to v0.22.1 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/49.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/49.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 45e85be32a..3ec41ae538 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,8 +15,8 @@ android { applicationId = "com.github.libretube" minSdk = 21 targetSdk = 34 - versionCode = 48 - versionName = "0.22.0" + versionCode = 49 + versionName = "0.22.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube") diff --git a/fastlane/metadata/android/en-US/changelogs/49.txt b/fastlane/metadata/android/en-US/changelogs/49.txt new file mode 100644 index 0000000000..adb80fd278 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.txt @@ -0,0 +1,7 @@ +* fix: back gesture doesn't work on some devices +* fix: respect feed filter on home tab +* fix: search is showing inappropriate results +* fix: autoplay stops after turning screen off +* fix: auto rotation stops working after having entered the fullscreen player +* fix: comment expands when tapping on timestamp +* fix: crashes during pagination on server side cancelled requests