Merge pull request #6450 from Bnyro/master

chore: bump version to v0.25.2
This commit is contained in:
Bnyro 2024-09-05 11:26:41 +02:00 committed by GitHub
commit c47009c33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

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

View File

@ -0,0 +1,8 @@
* feat: download support for local streams extractor
* feat: support download of private playlists via external downloader
* fix: related streams published 54 years ago with local extractor
* fix: retain exoplayer on orientation change
* fix: videos in watch history uploaded in 1970
* fix: duplicated slash in custom instance's share url
* fix: issues with channel name caused by textIsSelectable
* fix: laggy behavior when using back gesture to minimize player