chore: bump version to v0.24.0

This commit is contained in:
Bnyro 2024-07-11 18:03:31 +02:00
parent 9cd7a81978
commit df3ae6a5d2
2 changed files with 9 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 34
versionCode = 53
versionName = "0.23.2"
versionCode = 54
versionName = "0.24.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

View File

@ -0,0 +1,7 @@
* feat: changed chips in channels to swipable tabs
* feat: download popup that can be displayed over other apps
* feat: support for external download apps
* feat: remember selected channel group across app restarts
* feat: support for duration inputs in submit segment dialog
* style: make audio player align with status bar color
* style: minor channel page header redesign