File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments