chore: prepare for v0.22.0

This commit is contained in:
Bnyro 2024-03-17 13:40:27 +01:00
parent 1852c2cf09
commit 2bc4f6ef89
3 changed files with 11 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 34
versionCode = 47
versionName = "0.21.1"
versionCode = 48
versionName = "0.22.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

View File

@ -1,3 +1,4 @@
#!/bin/bash
## Usage: ./changelog.sh <text>
TEXT="$1"

View File

@ -0,0 +1,8 @@
* feat: support for downloading whole playlist at once
* feat(player): support for keyboard navigation
* feat: support for exporting and importing channel groups
* feat: support for filtering
* feat: Support multiple filter selection
* feat(ui): option for automatic update checks
* feat: option to shuffle downloads in background
* feat: add 'hide watched videos' to feed filter options