Prepare for release
This commit is contained in:
parent
3e256d41d2
commit
19939e457b
|
@ -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.
|
|
@ -14,7 +14,7 @@ android {
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 93
|
versionCode 93
|
||||||
versionName "2.4.1"
|
versionName "2.5.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue