mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-05-19 22:56:23 +08:00
Merge pull request #7383 from Bnyro/master
chore: bump version to v0.28.1
This commit is contained in:
@ -15,8 +15,8 @@ android {
|
|||||||
applicationId = "com.github.libretube"
|
applicationId = "com.github.libretube"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 61
|
versionCode = 62
|
||||||
versionName = "0.28.0"
|
versionName = "0.28.1"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resValue("string", "app_name", "LibreTube")
|
resValue("string", "app_name", "LibreTube")
|
||||||
|
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/62.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/62.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
* fix: update NewPipeExtractor fork to latest version to fix playback issues
|
||||||
|
* fix: support for adding downloads to playback queue
|
||||||
|
* fix: don't block ui thread while filtering watched videos
|
||||||
|
* fix: confirm unsubscribe preference only works if disabled instead of enabled
|
||||||
|
* fix: channel avatar missing in subscriptions list when subbed from search
|
||||||
|
* fix(Backup): use channel URL for subscription export
|
Reference in New Issue
Block a user