Release 61
This commit is contained in:
parent
121bfe09f6
commit
fd3e868e9a
|
@ -18,8 +18,8 @@ android {
|
|||
applicationId "com.keylesspalace.tusky"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 60
|
||||
versionName "7.0 beta 1"
|
||||
versionCode 61
|
||||
versionName "7.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
Tusky v7.0
|
||||
|
||||
- Support for displaying polls, voting and poll notifications
|
||||
- New buttons to filter the notification tab and to delete all notifications
|
||||
- delete & redraft your own toots
|
||||
- new indicator that shows if an account is a bot on the profile image (can be turned off in the preferences)
|
||||
- New translations: Norwegian Bokmål and Slovenian.
|
Loading…
Reference in New Issue