Skip to content

Commit 7f5cfca

Browse files
authored
Merge pull request #7896 from Bnyro/master
chore: bump version to v0.29.1
2 parents a5ce0eb + 1d1b80c commit 7f5cfca

2 files changed

Lines changed: 9 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 = 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
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)