mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-05-17 05:35:55 +08:00
chore: bump version to v0.28.1
This commit is contained in:
@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.github.libretube"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 61
|
||||
versionName = "0.28.0"
|
||||
versionCode = 62
|
||||
versionName = "0.28.1"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
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