release 92

This commit is contained in:
Conny Duck 2022-06-20 17:05:22 +02:00
parent 18506f7092
commit 0375aa1d18
2 changed files with 11 additions and 2 deletions

View File

@ -24,8 +24,8 @@ android {
applicationId APP_ID
minSdkVersion 21
targetSdkVersion 31
versionCode 91
versionName "18.0"
versionCode 92
versionName "19.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,9 @@
Tusky 19.0
- Support for Unified Push. To activate the support you will have to relogin into your accounts.
- The number of responses to a post is now indicated in timelines.
- Images can now by cropped while composing a post.
- Profiles now show the date when they were created.
- When viewing a list the title is now displayed in the toolbar.
- A lot of bugfixes
- Translation improvements