Browse Source

prepare release 128 (#4836)

pull/4857/head v27.1
Konrad Pozniak 1 year ago committed by GitHub
parent
commit
c630c47744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      CHANGELOG.md
  2. 4
      app/build.gradle

13
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

4
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

Loading…
Cancel
Save