diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2024-01-12 17:09:58 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2024-01-12 17:09:58 +0000 |
commit | a0cb5c60cdbf7855fa0c2842113797be2a206226 (patch) | |
tree | 3cff6166192f8bc8f34149a0a18ca103cfb1384e /RELEASE_NOTES.md | |
parent | d8e7fe69eda030b960bda8eecfdcc126a09ce14f (diff) | |
parent | 82d57557bb9a16f18ed5acc874d283ef0e9f47f5 (diff) |
Merge pull request 'Added support for ntfy notifications with enhanced privacy when utilizing a self-hosted server, eliminating the need for external services.' (#102) from draga79/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/102
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1fd9f0d..6db186c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,8 @@ New command-line option `state`, that dumps some information about the running s Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). +Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh. (contributed by Stefano Marinelli) + ## 2.44 Fixed a nasty bug that caused the in-memory output queue to be corrupted under heavy traffic loads. This is a good reason to upgrade (thanks to VĂctor Moral and Stefano Marinelli for helping me in fixing this). |