Skip to content

Commit

Permalink
Merge pull request #5457 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: prepare for v0.21.1
  • Loading branch information
Bnyro authored Jan 7, 2024
2 parents 7149578 + ac024c8 commit c3165a5
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -14,8 +14,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 33
versionCode = 46
versionName = "0.21.0"
versionCode = 47
versionName = "0.21.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* fix: Audio Pausing on quickly volume level adjustment
* fix: can't open playlists
* fix: clarify setting description
* fix: correctly display transparent channelImages
* fix: crash on download menu
* fix: Improve home feed layout and fix issue where incorrect cache size was defaulted.
* fix: Improve player to mini-player transition + bottom space when there are no navigation tabs
* fix: Incorrect actions management through bluetooth devices
* fix: remove unnecessary subscription status api call in channel fragment

0 comments on commit c3165a5

Please sign in to comment.