Merge pull request #5784 from Bnyro/master

chore: bump version to v0.22.1
This commit is contained in:
Bnyro 2024-03-20 20:27:34 +01:00 committed by GitHub
commit e46f4ec5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube" applicationId = "com.github.libretube"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 48 versionCode = 49
versionName = "0.22.0" versionName = "0.22.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube") 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