chore: bump version to v0.22.1

This commit is contained in:
Bnyro 2024-03-20 20:26:02 +01:00
parent a95ff1b1c5
commit fa8eb01447
2 changed files with 9 additions and 2 deletions

View File

@ -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")

View File

@ -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