From 043f88b2f592901add0ec265d98de2e6bb95ee83 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Sun, 22 Dec 2024 10:26:24 +0100 Subject: [PATCH] Prepare Release 127 (#4819) --- CHANGELOG.md | 3 ++- app/build.gradle | 4 ++-- doc/Release.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e1caa5f4..465c1822f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,9 @@ ### Significant bug fixes -- fixes a bug where Tusky would drop your draft when switching apps https://github.com/tuskyapp/Tusky/pull/4685 +- fixes a bug where Tusky would drop your draft when switching apps https://github.com/tuskyapp/Tusky/pull/4685 https://github.com/tuskyapp/Tusky/pull/4813 https://github.com/tuskyapp/Tusky/pull/4818 - fixes a bug where Tusky would drop media that is being added to a post https://github.com/tuskyapp/Tusky/pull/4662 +- fixes a bug that caused the login to fail in some cases https://github.com/tuskyapp/Tusky/pull/4704 ## v26.2 diff --git a/app/build.gradle b/app/build.gradle index 0d3494f9bf..0af7b81fe4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 34 - versionCode 126 - versionName "27.0 beta 1" + versionCode 127 + versionName "27.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/doc/Release.md b/doc/Release.md index 6098828b19..67e8c09448 100644 --- a/doc/Release.md +++ b/doc/Release.md @@ -6,7 +6,7 @@ This approach of having ~500 user on the nightly releases and ~5000 users on the ## Beta -- Make sure all new features are well tested by Nightly users and all issues addressed as good as possible. Check GitHub issues, Google Play crash reports, messages on `@Tusky@mastodon.social`, emails on `tusky@connyduck.at`, #Tusky hashtag. +- Make sure all new features are well tested by Nightly users and all issues addressed as good as possible. Check GitHub issues, Google Play crash reports, messages on `@Tusky@mastodon.social`, emails on `contact@tusky.app`, #Tusky hashtag. - Merge the latest Weblate translations (Weblate -> Repository maintenance -> commit all changes, then merge the automatic PRs by @nailyk-weblate on GitHub) - Update `versionCode` and `versionName` in `app/build.gradle` - Add a new short changelog under `fastlane/metadata/android/en-US/changelogs`. Use the next versionCode as the filename. This is so translators on Weblate have the duration of the beta to translate the changelog and F-Droid users will see it in their language on the release. If another beta is released, the changelogs have to be renamed. Note that changelogs shouldn't be over 500 characters or F-Droid will truncate them.