mirror of
https://github.com/mastodon/mastodon-android.git
synced 2025-01-11 16:53:47 +01:00
Prepare for release
This commit is contained in:
parent
3e256d41d2
commit
19939e457b
8
fastlane/metadata/android/en-US/changelogs/93.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/93.txt
Normal 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.
|
@ -14,7 +14,7 @@ android {
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 93
|
||||
versionName "2.4.1"
|
||||
versionName "2.5.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user