Merge pull request #3046 from Bnyro/master

Preparation for v0.12.0
This commit is contained in:
Bnyro 2023-02-12 17:46:23 +01:00 committed by GitHub
commit ab1b94d78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId 'com.github.libretube' applicationId 'com.github.libretube'
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 28 versionCode 29
versionName '0.11.1' versionName '0.12.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue "string", "app_name", "LibreTube" resValue "string", "app_name", "LibreTube"

View File

@ -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