Skip to content

Commit

Permalink
Merge pull request #6729 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.26.0
  • Loading branch information
Bnyro authored Nov 17, 2024
2 parents a67c26a + 2d65b6d commit d337b3b
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 20 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 = 57
versionName = "0.25.2"
versionCode = 58
versionName = "0.26.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
Binary file modified app/release/baselineProfiles/0/app-arm64-v8a-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-armeabi-v7a-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-universal-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-x86-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-x86_64-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-arm64-v8a-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-armeabi-v7a-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-universal-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-x86-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-x86_64-release.dm
Binary file not shown.
36 changes: 18 additions & 18 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-universal-release.apk"
},
{
Expand All @@ -24,8 +24,8 @@
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
Expand All @@ -37,35 +37,35 @@
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-x86-release.apk"
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "x86"
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-x86_64-release.apk"
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-x86-release.apk"
}
],
"elementType": "File",
Expand All @@ -77,8 +77,8 @@
"baselineProfiles/1/app-universal-release.dm",
"baselineProfiles/1/app-armeabi-v7a-release.dm",
"baselineProfiles/1/app-arm64-v8a-release.dm",
"baselineProfiles/1/app-x86-release.dm",
"baselineProfiles/1/app-x86_64-release.dm"
"baselineProfiles/1/app-x86_64-release.dm",
"baselineProfiles/1/app-x86-release.dm"
]
},
{
Expand All @@ -88,8 +88,8 @@
"baselineProfiles/0/app-universal-release.dm",
"baselineProfiles/0/app-armeabi-v7a-release.dm",
"baselineProfiles/0/app-arm64-v8a-release.dm",
"baselineProfiles/0/app-x86-release.dm",
"baselineProfiles/0/app-x86_64-release.dm"
"baselineProfiles/0/app-x86_64-release.dm",
"baselineProfiles/0/app-x86-release.dm"
]
}
],
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* feat: audio player support for no internet activity
* feat: downloads fragment rework, playing queue and audio player support
* feat: ask user to play downloaded version if video already downloaded
* feat: support for importing watch history from YouTube
* feat: support for shuffling downloaded audio content
* feat: RYD support for local stream extraction

0 comments on commit d337b3b

Please sign in to comment.