Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit c53803d

Browse files
authored
prepare release 131 (#4996)
1 parent 7dde3ba commit c53803d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
- Fixes a bug where more than 4 profile fields could not be edited (on instances that allow more than 4) https://github.com/tuskyapp/Tusky/commit/1157be18cf3bbd44426f4cdaae35e69b9f3cecca
3333
- Fixes a bug where a dropdown was partially hidden by the keyboard https://github.com/tuskyapp/Tusky/pull/4913
3434
- Tusky side timeline filters apply to own posts again https://github.com/tuskyapp/Tusky/pull/4879
35+
- Fixes a bug where media previews would flicker when interacting with a post https://github.com/tuskyapp/Tusky/pull/4971
36+
- Tusky now ignores invalid publishing dates of preview cards that caused some posts not to load https://github.com/tuskyapp/Tusky/pull/4993
3537

3638
## v27.2
3739

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
namespace "com.keylesspalace.tusky"
3030
minSdk 24
3131
targetSdk 35
32-
versionCode 130
33-
versionName "28.0 beta 1"
32+
versionCode 131
33+
versionName "28.0"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
vectorDrawables.useSupportLibrary = true
3636

0 commit comments

Comments
 (0)