mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
Merge pull request #6450 from Bnyro/master
chore: bump version to v0.25.2
This commit is contained in:
commit
c47009c33f
@ -15,8 +15,8 @@ android {
|
|||||||
applicationId = "com.github.libretube"
|
applicationId = "com.github.libretube"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 56
|
versionCode = 57
|
||||||
versionName = "0.25.1"
|
versionName = "0.25.2"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resValue("string", "app_name", "LibreTube")
|
resValue("string", "app_name", "LibreTube")
|
||||||
|
|
||||||
|
8
fastlane/metadata/android/en-US/changelogs/57.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/57.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user