Skip to content

Commit

Permalink
Merge pull request #5403 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.21.0
  • Loading branch information
Bnyro committed Dec 30, 2023
2 parents 98425bf + 3317f92 commit 6ed6417
Show file tree
Hide file tree
Showing 2 changed files with 12 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 = 45
versionName = "0.20.1"
versionCode = 46
versionName = "0.21.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* style: new player layout and various UI improvements
* feat: support close video on MiniPlayer swipe down
* feat: new sleep timer (integrated into the player UI)
* feat: quick actions to add a channel to a group
* feat: separate landscape grid columns pref + more impacted adapters
* feat: show instance regions, uptime and registration status in settings
* feat: automatically play the next downloaded video in offline audio mode
* feat: add copy video ID button in stats sheet
* feat: add preset to use 1.75x playback speed
* feat: add Rich caption rendering setting

0 comments on commit 6ed6417

Please sign in to comment.