1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-08 14:38:40 +01:00

prepare release 129

This commit is contained in:
Conny Duck 2025-01-16 17:25:08 +01:00
parent dd0848dac8
commit 6cfda66fcb
No known key found for this signature in database
4 changed files with 10 additions and 2 deletions

View File

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

View File

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