chore: bump version to v0.23.0

This commit is contained in:
Bnyro 2024-05-01 18:08:06 +02:00
parent 2ad84ed9bd
commit 3c1b81eccf
5 changed files with 1539 additions and 563 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
* feat: chapters support for downloaded videos
* feat: support for contributing to DeArrow
* feat: support for importing temporary playlists from YouTube
* feat: now playing notification for downloaded videos
* feat: pip controls for offline player
* feat: automatically scroll to current chapter
* feat: preference to force maximum audio quality
* feat: respect swipe controls option in audio mode

View File

@ -1,7 +1,7 @@
[versions]
appcompat = "1.6.1"
core = "1.13.0"
gradle = "8.4.0"
gradle = "8.3.1"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
lifecycle = "2.7.0"