Prepare release 2.21.1

This commit is contained in:
tom79 2019-10-09 18:56:31 +02:00
parent 60d0b5df7a
commit 27324a9cff
2 changed files with 14 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 29
versionCode 323 versionCode 324
versionName "2.21.0" versionName "2.21.1"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -0,0 +1,12 @@
Added
- Preview for the automatic split feature (mentions in each message can be added/removed in a simple click)
Changed
- Improvement with delayed notifications
- Replace Twitter names with Nitter
Fixed
- Fix cross sharing issue with media
- Improve account switching
- Peertube connection
- Fix some crashes