chore: bump version to v0.21.0

This commit is contained in:
Bnyro 2023-12-30 16:38:05 +01:00
parent 2e551c8226
commit 3317f92c6e
2 changed files with 12 additions and 2 deletions

View File

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

View File

@ -0,0 +1,10 @@
* style: new player layout and various UI improvements
* feat: support close video on MiniPlayer swipe down
* feat: new sleep timer (integrated into the player UI)
* feat: quick actions to add a channel to a group
* feat: separate landscape grid columns pref + more impacted adapters
* feat: show instance regions, uptime and registration status in settings
* feat: automatically play the next downloaded video in offline audio mode
* feat: add copy video ID button in stats sheet
* feat: add preset to use 1.75x playback speed
* feat: add Rich caption rendering setting