Skip to content

Commit

Permalink
Merge pull request #7017 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.27.0
  • Loading branch information
Bnyro authored Jan 24, 2025
2 parents 56d644a + 86a0028 commit 4de5551
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 58
versionName = "0.26.0"
versionCode = 59
versionName = "0.27.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* feat: support for predictive back gestures
* feat: support for local feed extraction
* feat: support for exporting single playlists
* feat: support for importing playlist as list of video ids / urls
* feat: display full video sponsorblock categories

0 comments on commit 4de5551

Please sign in to comment.