Prepare release 2.19.0

This commit is contained in:
tom79 2019-09-11 18:23:28 +02:00
parent eba4834182
commit 64435a02d0
2 changed files with 13 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 29
versionCode 314
versionName "2.18.0"
versionCode 315
versionName "2.19.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true

View File

@ -0,0 +1,11 @@
Added
- Delayed live notifications by default
- Store in drafts for quick replies
Changed
- Improve Invidious support (local=true, more URLs detected)
- Set the type of live notifications (live, delayed, none).
Fixed
- Unknown URL scheme with built-in browser
- Crash when clicking on thumbs-up button for Peertube videos with a Mastodon account