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,8 +15,8 @@ android {
1515 applicationId = " com.github.libretube"
1616 minSdk = 26
1717 targetSdk = 35
18- versionCode = 63
19- versionName = " 0.29.0 "
18+ versionCode = 64
19+ versionName = " 0.29.1 "
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 resValue(" string" , " app_name" , " LibreTube" )
2222 }
Original file line number Diff line number Diff line change 1+ * fix: shared url not being retrieved properly
2+ * fix: sorting queue displays wrong current video
3+ * fix(TimeBar): listener not being properly removed causing them to accumulate
4+ * fix: copying reply text to clipboard copies comment text
5+ * fix: popup menu (three dots) background in pure theme
6+ * fix: ugly race-condition when starting to load two videos at the same time
7+ * fix: featured content section on home page doesn't respect all feed filters
You can’t perform that action at this time.
0 commit comments