Skip to content

Commit 67a1f7b

Browse files
committed
chore: bump version to v0.28.0
1 parent 26a5a40 commit 67a1f7b

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 = 60
19-
versionName = "0.27.1"
18+
versionCode = 61
19+
versionName = "0.28.0"
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+
* feat: add "full local mode" to use the app without Piped
2+
* feat: add progress indicator for local feed extraction
3+
* feat: implement local extraction support for SponsorBlock and DeArrow
4+
* feat: locally store channel info when local streams extraction enabled
5+
* feat: rebuild custom instances dialogs for better UX
6+
* feat(StreamsExtractor): generate PoToken

0 commit comments

Comments
 (0)