chore: bump version to v0.20.1

This commit is contained in:
Bnyro 2023-11-19 09:51:28 +01:00
parent b5f4c749ea
commit f467e8ea68
2 changed files with 11 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 33
versionCode = 44
versionName = "0.20.0"
versionCode = 45
versionName = "0.20.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

View File

@ -0,0 +1,9 @@
* fix: properly apply creator highlight
* fix: restoring nav after process death
* fix: auto fullscreen stops working after first rotation
* fix: increase area that can be used to control the time bar
* fix: crash when trying to vote while there are no sb segments yet
* fix: related videos are truncated after rotation
* fix: light theme setting doesn't work properly
* fix: share dialog doesn't use shortened yt links for videos
* fix: missing horizontal padding for player in landscape