From c630c47744c760cc4a21d048cff92252d317a479 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 6 Jan 2025 09:58:58 +0100 Subject: [PATCH] prepare release 128 (#4836) --- CHANGELOG.md | 13 +++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465c1822f..402e54c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ ### Significant bug fixes +## v27.1 + +### New features and other improvements + +- The width of the tab indicator has been increased https://github.com/tuskyapp/Tusky/pull/4849 + +### Significant bug fixes + +- Improves rendering of some animated custom emojis https://github.com/tuskyapp/Tusky/pull/4281 +- Fixes an issue where the input field for media descriptions was too small in some cases https://github.com/tuskyapp/Tusky/pull/4831 +- Fixes an issue where hashtags at the end of posts were duplicated https://github.com/tuskyapp/Tusky/pull/4845 +- Fixes an issue that prevented lists from being edited https://github.com/tuskyapp/Tusky/pull/4851 + ## v27.0 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index 0af7b81fe..5c640026a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 24 targetSdk 34 - versionCode 127 - versionName "27.0" + versionCode 128 + versionName "27.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true