We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d644a + 86a0028 commit 4de5551Copy full SHA for 4de5551
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.github.libretube"
16
minSdk = 21
17
targetSdk = 34
18
- versionCode = 58
19
- versionName = "0.26.0"
+ versionCode = 59
+ versionName = "0.27.0"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
resValue("string", "app_name", "LibreTube")
22
fastlane/metadata/android/en-US/changelogs/59.txt
@@ -0,0 +1,5 @@
1
+* feat: support for predictive back gestures
2
+* feat: support for local feed extraction
3
+* feat: support for exporting single playlists
4
+* feat: support for importing playlist as list of video ids / urls
5
+* feat: display full video sponsorblock categories
0 commit comments