mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: prepare for v0.22.0
This commit is contained in:
parent
1852c2cf09
commit
2bc4f6ef89
@ -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")
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
## Usage: ./changelog.sh <text>
|
||||
|
||||
TEXT="$1"
|
||||
|
8
fastlane/metadata/android/en-US/changelogs/48.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/48.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user