1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-26 16:55:38 +01:00

prepare release 128 (#4836)

This commit is contained in:
Konrad Pozniak 2025-01-06 09:58:58 +01:00 committed by GitHub
parent 2f91967802
commit c630c47744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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