Prepare release notes
This commit is contained in:
parent
dedf7b0163
commit
2b7639599c
|
@ -9,8 +9,8 @@ android {
|
||||||
|
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 29
|
versionCode 30
|
||||||
versionName "1.9.0"
|
versionName "1.10.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
Added:
|
||||||
|
- Chromecast support (default disabled)
|
||||||
|
- Detect start time in URLs
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Typo
|
||||||
|
- Comment feature when logged out
|
||||||
|
- Full-screen breaks
|
||||||
|
- Crashes with the download button on live streams
|
||||||
|
- Jumps with full-screen and vertical videos
|
||||||
|
- Abuse report notifications clickable
|
|
@ -0,0 +1,15 @@
|
||||||
|
Added:
|
||||||
|
- Chromecast support (default disabled)
|
||||||
|
- Detect start time in URLs
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- Instance picker supports URLs
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Typo
|
||||||
|
- Comment feature when logged out
|
||||||
|
- Full-screen breaks
|
||||||
|
- Crashes with the download button on live streams
|
||||||
|
- Jumps with full-screen and vertical videos
|
||||||
|
- Abuse report notifications clickable
|
||||||
|
- Remote channel subscriptions need twice clicks
|
Loading…
Reference in New Issue