Skip to content

Commit 63ea7e9

Browse files
authored
Merge pull request #7818 from Bnyro/master
chore: bump version to v0.29.0
2 parents 738af9a + ccdf8b6 commit 63ea7e9

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

app/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ android {
1515
applicationId = "com.github.libretube"
1616
minSdk = 26
1717
targetSdk = 35
18-
versionCode = 62
19-
versionName = "0.28.1"
18+
versionCode = 63
19+
versionName = "0.29.0"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
resValue("string", "app_name", "LibreTube")
22+
}
2223

23-
ksp {
24-
arg("room.schemaLocation", "$projectDir/schemas")
25-
arg("exportSchema", "true")
26-
}
24+
ksp {
25+
arg("room.schemaLocation", "$projectDir/schemas")
26+
arg("exportSchema", "true")
2727
}
2828

2929
viewBinding {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* update ui components to material 3 expressive
2+
* add support for viewing downloaded playlists
3+
* support for trending categories (gaming, trailers, ...)
4+
* use system default animations
5+
* display search suggestion / typo correction in results page
6+
* support edge to edge
7+
* new semitone mode in playback options sheet
8+
* filter members-only videos from channel tab
9+
* keep queue history when opening new video

0 commit comments

Comments
 (0)