Skip to content

Commit

Permalink
Merge pull request #6398 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.25.1
  • Loading branch information
Bnyro authored Aug 23, 2024
2 parents 8bfca84 + 6c6365d commit 54b31c1
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 55
versionName = "0.25.0"
versionCode = 56
versionName = "0.25.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* feat: local streams extraction
* feat: quick share action to add video to playlist
* feat: share dialog redesign (including copy link feature)
* feat: show total playlist duration
* feat: button to screenshot/capture current frame
* feat: improve about activity and device info dialog

0 comments on commit 54b31c1

Please sign in to comment.