Release 98

This commit is contained in:
Conny Duck 2023-01-27 21:11:31 +01:00
parent 78fc9d0eb4
commit 387c1a4404
2 changed files with 9 additions and 2 deletions

View File

@ -25,8 +25,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdkVersion 23
targetSdkVersion 33
versionCode 97
versionName "20.0"
versionCode 98
versionName "21.0 beta 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,7 @@
Tusky 21.0
- Support for post editing
- New setting to control preferred reading direction
- Larger media previews and a new overlay to indicate media with description
- It is now possible to add accounts to lists from their profile
and much more