Skip to content

Commit

Permalink
Merge pull request #6450 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.25.2
  • Loading branch information
Bnyro authored Sep 5, 2024
2 parents 9ec0a91 + 56cf668 commit c47009c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c47009c

Please sign in to comment.