mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-08 14:38:40 +01:00
prepare release 129
This commit is contained in:
parent
dd0848dac8
commit
6cfda66fcb
@ -6,6 +6,14 @@
|
||||
|
||||
### Significant bug fixes
|
||||
|
||||
## v27.2
|
||||
|
||||
### Significant bug fixes
|
||||
|
||||
- The title of a hashtag tab now shows the actual hashtags again (instead of just "Hashtags") https://github.com/tuskyapp/Tusky/pull/4868
|
||||
- Makes sure the background color of a dialogs is correct https://github.com/tuskyapp/Tusky/pull/4864
|
||||
- Fixes an issue where Tusky would freeze while loading a timeline gap https://github.com/tuskyapp/Tusky/pull/4865
|
||||
|
||||
## v27.1
|
||||
|
||||
### New features and other improvements
|
||||
|
@ -29,8 +29,8 @@ android {
|
||||
namespace "com.keylesspalace.tusky"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 128
|
||||
versionName "27.1"
|
||||
versionCode 129
|
||||
versionName "27.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 923 KiB |
Binary file not shown.
Before Width: | Height: | Size: 627 KiB After Width: | Height: | Size: 640 KiB |
Loading…
x
Reference in New Issue
Block a user