release 92
This commit is contained in:
parent
18506f7092
commit
0375aa1d18
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue