chore: bump version to v0.28.1

This commit is contained in:
Bnyro
2025-05-07 18:24:21 +02:00
parent 46e554a871
commit 5f56901754
2 changed files with 8 additions and 2 deletions

View File

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

View 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