1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-05-29 09:54:13 +02:00

Release 1.6.0

This commit is contained in:
Thomas 2020-11-08 17:42:01 +01:00
parent 2a375318ea
commit 023ab2d4b2
2 changed files with 6 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 22 versionCode 23
versionName "1.6.0-beta-1" versionName "1.6.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -10,6 +10,10 @@ Added:
- Toggle full video description when available - Toggle full video description when available
- Channel can be visited from playing video activity - Channel can be visited from playing video activity
- Play videos from URL search - 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: Changed:
- Video mode (Normal, webview, magnet and torrent) - Video mode (Normal, webview, magnet and torrent)