main
Conny Duck 5 years ago
parent 85c265414d
commit ff4a6b3931
  1. 4
      app/build.gradle
  2. 13
      fastlane/metadata/android/en-US/changelogs/58.txt

@ -18,8 +18,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 21
targetSdkVersion 28
versionCode 57
versionName "6.0 beta 1"
versionCode 58
versionName "6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

@ -0,0 +1,13 @@
Tusky v6.0
- Timeline filters have moved to Account Preferences and will sync with the server
- You can now have a custom hashtag as tab in the main interface
- Lists can now be edited
- Security: removed support for TLS 1.0 and TLS 1.1, and added support for TLS 1.3 on Android 6+
- The compose view will now suggest custom emojis when starting to type
- New theme setting "follow system theme"
- Improved timeline accessibility
- Tusky will now ignore unknown notifications and no longer crash
- New setting: You can now override the system language and set a different language in Tusky
- New translations: Czech and Esperanto
- A lot of other improvements and fixes
Loading…
Cancel
Save