Skip to content

Commit 5f56901

Browse files
committed
chore: bump version to v0.28.1
1 parent 46e554a commit 5f56901

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.github.libretube"
1616
minSdk = 26
1717
targetSdk = 34
18-
versionCode = 61
19-
versionName = "0.28.0"
18+
versionCode = 62
19+
versionName = "0.28.1"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
resValue("string", "app_name", "LibreTube")
2222

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* fix: update NewPipeExtractor fork to latest version to fix playback issues
2+
* fix: support for adding downloads to playback queue
3+
* fix: don't block ui thread while filtering watched videos
4+
* fix: confirm unsubscribe preference only works if disabled instead of enabled
5+
* fix: channel avatar missing in subscriptions list when subbed from search
6+
* fix(Backup): use channel URL for subscription export

0 commit comments

Comments
 (0)