prepare release 128 (#4836)
This commit is contained in:
parent
2f91967802
commit
c630c47744
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
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
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue