From 3317f92c6e03c4c3cc29384940d5f2b1aadd2f7e Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 30 Dec 2023 16:38:05 +0100 Subject: [PATCH] chore: bump version to v0.21.0 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/46.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/46.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1f981103c6..090b103eb8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "com.github.libretube" minSdk = 21 targetSdk = 33 - versionCode = 45 - versionName = "0.20.1" + versionCode = 46 + versionName = "0.21.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube") diff --git a/fastlane/metadata/android/en-US/changelogs/46.txt b/fastlane/metadata/android/en-US/changelogs/46.txt new file mode 100644 index 0000000000..f89325d5da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/46.txt @@ -0,0 +1,10 @@ +* style: new player layout and various UI improvements +* feat: support close video on MiniPlayer swipe down +* feat: new sleep timer (integrated into the player UI) +* feat: quick actions to add a channel to a group +* feat: separate landscape grid columns pref + more impacted adapters +* feat: show instance regions, uptime and registration status in settings +* feat: automatically play the next downloaded video in offline audio mode +* feat: add copy video ID button in stats sheet +* feat: add preset to use 1.75x playback speed +* feat: add Rich caption rendering setting