chore: prepare for v0.21.1

This commit is contained in:
Bnyro 2024-01-07 14:13:31 +01:00
parent 7149578624
commit ac024c869d
2 changed files with 11 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 33
versionCode = 46
versionName = "0.21.0"
versionCode = 47
versionName = "0.21.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

View File

@ -0,0 +1,9 @@
* fix: Audio Pausing on quickly volume level adjustment
* fix: can't open playlists
* fix: clarify setting description
* fix: correctly display transparent channelImages
* fix: crash on download menu
* fix: Improve home feed layout and fix issue where incorrect cache size was defaulted.
* fix: Improve player to mini-player transition + bottom space when there are no navigation tabs
* fix: Incorrect actions management through bluetooth devices
* fix: remove unnecessary subscription status api call in channel fragment