Merge pull request #3858 from Bnyro/master

Preparation for v0.15.0
This commit is contained in:
Bnyro 2023-05-31 10:18:37 +02:00 committed by GitHub
commit 2b0fe10a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId 'com.github.libretube'
minSdk 21
targetSdk 33
versionCode 34
versionName '0.14.1'
versionCode 35
versionName '0.15.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue "string", "app_name", "LibreTube"

View File

@ -0,0 +1,11 @@
* Support for playlist descriptions
* Support import/export for FreeTube subscriptions
* Support FreeTube playlists import/export
* Show file size in download dialog
* Add feed filter for livestreams
* Option to disable new video notifications for shorts videos
* Convert subscription groups dialogs to bottom sheets
* Navigate to channel when selected in channel groups dialog
* Allow importing multiple playlists at once
* Enter/Exit fullscreen gesture on whole screen if swipe gestures disabled
* Add button to close audio player