Skip to content

Commit

Permalink
Merge pull request #5784 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.22.1
  • Loading branch information
Bnyro authored Mar 20, 2024
2 parents a95ff1b + fa8eb01 commit e46f4ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 34
versionCode = 48
versionName = "0.22.0"
versionCode = 49
versionName = "0.22.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* fix: back gesture doesn't work on some devices
* fix: respect feed filter on home tab
* fix: search is showing inappropriate results
* fix: autoplay stops after turning screen off
* fix: auto rotation stops working after having entered the fullscreen player
* fix: comment expands when tapping on timestamp
* fix: crashes during pagination on server side cancelled requests

0 comments on commit e46f4ec

Please sign in to comment.