mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: bump version to v0.20.1
This commit is contained in:
parent
b5f4c749ea
commit
f467e8ea68
@ -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")
|
||||
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/45.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/45.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user