summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorGravatar grunfink2024-01-12 17:09:58 +0000
committerGravatar grunfink2024-01-12 17:09:58 +0000
commita0cb5c60cdbf7855fa0c2842113797be2a206226 (patch)
tree3cff6166192f8bc8f34149a0a18ca103cfb1384e /RELEASE_NOTES.md
parentIn README.md, document how to add -lrt to make (for older distributions). (diff)
parentntfy code cleanup (diff)
downloadsnac2-a0cb5c60cdbf7855fa0c2842113797be2a206226.tar.gz
snac2-a0cb5c60cdbf7855fa0c2842113797be2a206226.tar.xz
snac2-a0cb5c60cdbf7855fa0c2842113797be2a206226.zip
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.md2
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
8 8
9Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). 9Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff).
10 10
11Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh. (contributed by Stefano Marinelli)
12
11## 2.44 13## 2.44
12 14
13Fixed 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). 15Fixed 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).