Merge pull request #6729 from Bnyro/master

chore: bump version to v0.26.0
This commit is contained in:
Bnyro 2024-11-17 12:15:28 +01:00 committed by GitHub
commit d337b3baed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 33 additions and 27 deletions

View File

@ -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")

View File

@ -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"
},
{
@ -24,8 +24,8 @@
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
@ -37,23 +37,10 @@
}
],
"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"
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
@ -63,9 +50,22 @@
}
],
"attributes": [],
"versionCode": 55,
"versionName": "0.25.0",
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 58,
"versionName": "0.26.0",
"outputFile": "app-x86-release.apk"
}
],
"elementType": "File",
@ -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"
]
},
{
@ -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"
]
}
],

View File

@ -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