diff --git a/CHANGELOG.md b/CHANGELOG.md index 465c1822f1..402e54c529 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 0af7b81fe4..5c640026a9 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