Prepare for release

This commit is contained in:
Grishka 2024-04-12 17:57:14 +03:00
parent 3e256d41d2
commit 19939e457b
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
- Adjust filters in the Notifications tab to silence unwanted alerts*
- Opt into push notifications when a user posts by tapping the bell 🔔 in the top corner of a user's profile.
- Mute overly active conversation notifications via the More button ⋮ on your posts
- When writing a post, choose Quiet public 🌙 visibility to avoid appearing in feeds or searches
- Improved post legibility with adjusted line height
- Bug fixes
*Your server must support filtered notifications to see this option.

View File

@ -14,7 +14,7 @@ android {
minSdk 23
targetSdk 33
versionCode 93
versionName "2.4.1"
versionName "2.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}