prepare release 126 (#4713)
17
CHANGELOG.md
@ -6,6 +6,23 @@
|
||||
|
||||
### Significant bug fixes
|
||||
|
||||
## v27.0
|
||||
|
||||
### New features and other improvements
|
||||
|
||||
- Tusky has been redesigned with Material 3 https://github.com/tuskyapp/Tusky/pull/4637 https://github.com/tuskyapp/Tusky/pull/4673
|
||||
- Support for Notification Policies (Mastodon 4.3 feature) https://github.com/tuskyapp/Tusky/pull/4768
|
||||
- Hashtags at the end of posts are now shown in a separate bar https://github.com/tuskyapp/Tusky/pull/4761
|
||||
- Full support for folding devices https://github.com/tuskyapp/Tusky/pull/4689
|
||||
- Improved post rendering in some edge cases https://github.com/tuskyapp/Tusky/pull/4650 https://github.com/tuskyapp/Tusky/pull/4672 https://github.com/tuskyapp/Tusky/pull/4723
|
||||
- Descriptions can now be added to audio attachments https://github.com/tuskyapp/Tusky/pull/4711
|
||||
- The screen keyboard now pops up automatically when opening a dialog that contains a textfield https://github.com/tuskyapp/Tusky/pull/4667
|
||||
|
||||
### Significant bug fixes
|
||||
|
||||
- fixes a bug where Tusky would drop your draft when switching apps https://github.com/tuskyapp/Tusky/pull/4685
|
||||
- fixes a bug where Tusky would drop media that is being added to a post https://github.com/tuskyapp/Tusky/pull/4662
|
||||
|
||||
## v26.2
|
||||
|
||||
### Significant bug fixes
|
||||
|
@ -29,8 +29,8 @@ android {
|
||||
namespace "com.keylesspalace.tusky"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 125
|
||||
versionName "26.2"
|
||||
versionCode 126
|
||||
versionName "27.0 beta 1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
8
fastlane/metadata/android/en-US/changelogs/127.txt
Normal file
@ -0,0 +1,8 @@
|
||||
Tusky 27.0
|
||||
|
||||
- Tusky has been redesigned with Material 3
|
||||
- Support for Notification Policies (Mastodon 4.3 feature)
|
||||
- Hashtags at the end of posts are now shown in a separate bar
|
||||
- Full support for folding devices
|
||||
|
||||
See https://github.com/tuskyapp/Tusky/blob/develop/CHANGELOG.md for the full changelog
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 642 KiB After Width: | Height: | Size: 627 KiB |
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 401 KiB |
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 809 KiB |