diff --git a/fastlane/metadata/android/en-US/changelogs/93.txt b/fastlane/metadata/android/en-US/changelogs/93.txt new file mode 100644 index 00000000..12c916fa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/93.txt @@ -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. \ No newline at end of file diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 9e37bef6..5077aae0 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -14,7 +14,7 @@ android { minSdk 23 targetSdk 33 versionCode 93 - versionName "2.4.1" + versionName "2.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }