From ff4a6b3931e6d66a476b59d9a65308a415c85ae7 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Sat, 30 Mar 2019 15:05:15 +0100 Subject: [PATCH] Release 58 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/58.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/58.txt diff --git a/app/build.gradle b/app/build.gradle index da097a7a..6f7f52ea 100644 --- a/app/build.gradle +++ b/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 diff --git a/fastlane/metadata/android/en-US/changelogs/58.txt b/fastlane/metadata/android/en-US/changelogs/58.txt new file mode 100644 index 00000000..59111c2c --- /dev/null +++ b/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