Browse Source

prepare release 129

pull/4880/head
Conny Duck 1 year ago
parent
commit
6cfda66fcb
No known key found for this signature in database
  1. 8
      CHANGELOG.md
  2. 4
      app/build.gradle
  3. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png
  4. BIN
      fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png

8
CHANGELOG.md

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

4
app/build.gradle

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

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/01_timeline.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 923 KiB

BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 KiB

After

Width:  |  Height:  |  Size: 640 KiB

Loading…
Cancel
Save