Release 1.6.0
This commit is contained in:
parent
2a375318ea
commit
023ab2d4b2
|
@ -11,8 +11,8 @@ android {
|
|||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 22
|
||||
versionName "1.6.0-beta-1"
|
||||
versionCode 23
|
||||
versionName "1.6.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,10 @@ Added:
|
|||
- Toggle full video description when available
|
||||
- Channel can be visited from playing video activity
|
||||
- Play videos from URL search
|
||||
- Allow to set behavior in settings for sensitive media
|
||||
- Remember last play position
|
||||
- Honor don't download videos when forbidden
|
||||
- Share channel or account links when visiting profiles
|
||||
|
||||
Changed:
|
||||
- Video mode (Normal, webview, magnet and torrent)
|
||||
|
|
Loading…
Reference in New Issue