From 0375aa1d1886257360bf9be52935b3f54b1a847a Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Mon, 20 Jun 2022 17:05:22 +0200 Subject: [PATCH] release 92 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/93.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/93.txt diff --git a/app/build.gradle b/app/build.gradle index a58748a5a..b1f08360e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId APP_ID minSdkVersion 21 targetSdkVersion 31 - versionCode 91 - versionName "18.0" + versionCode 92 + versionName "19.0 beta 1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/93.txt b/fastlane/metadata/android/en-US/changelogs/93.txt new file mode 100644 index 000000000..8dc15d853 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/93.txt @@ -0,0 +1,9 @@ +Tusky 19.0 + +- Support for Unified Push. To activate the support you will have to relogin into your accounts. +- The number of responses to a post is now indicated in timelines. +- Images can now by cropped while composing a post. +- Profiles now show the date when they were created. +- When viewing a list the title is now displayed in the toolbar. +- A lot of bugfixes +- Translation improvements \ No newline at end of file