Browse Source

Release 58

pull/1169/head v6.0
Conny Duck 7 years ago
parent
commit
bbf3286d8e
  1. 4
      app/build.gradle
  2. 13
      fastlane/metadata/android/en-US/changelogs/58.txt

4
app/build.gradle

@ -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

13
fastlane/metadata/android/en-US/changelogs/58.txt

@ -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