Skip to content

Commit

Permalink
Merge pull request #3046 from Bnyro/master
Browse files Browse the repository at this point in the history
Preparation for v0.12.0
  • Loading branch information
Bnyro authored Feb 12, 2023
2 parents 251e470 + 3b92e13 commit ab1b94d
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
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 28
versionName '0.11.1'
versionCode 29
versionName '0.12.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue "string", "app_name", "LibreTube"

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Multi-level comments and replies display
* [Audio Player] Gesture controls on the video thumbnail
* Preference to choose video codecs
* Enter/Exit Fullscreen swipe gestures
* Remember the last download selections
* Option to mark videos as watched
* Original comment as the first item in replies
* New Autoplay switch design
* Option to disable watch positions in audio mode

0 comments on commit ab1b94d

Please sign in to comment.