diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0957d9b67..1f97fd11e 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 = 41 - versionName = "0.18.0" + versionCode = 42 + versionName = "0.18.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube") diff --git a/fastlane/metadata/android/en-US/changelogs/42.txt b/fastlane/metadata/android/en-US/changelogs/42.txt new file mode 100644 index 000000000..bb374066a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42.txt @@ -0,0 +1,9 @@ +* fix(channelgroups): update values on confirm +* fix(player): allow pausing while loading +* fix(player): rename SB Username to SB UserID +* fix: crash when restoring backups +* fix: crash when the app was closed for a while +* fix: don't resume initial video on fragment recreation +* fix: crash when view handler got destroyed +* fix: default SponsorBlock categories are not being respected +* fix: wrong channel group shown as selected