diff options
| author | 2024-01-17 09:21:55 +0100 | |
|---|---|---|
| committer | 2024-01-17 09:21:55 +0100 | |
| commit | fcb3dcc6a38c0bc5a1560e45d7bdf8aa2a4c6d98 (patch) | |
| tree | 3e013cdec0e24b2d498a64f321ecb48b7bbcf552 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-fcb3dcc6a38c0bc5a1560e45d7bdf8aa2a4c6d98.tar.gz snac2-fcb3dcc6a38c0bc5a1560e45d7bdf8aa2a4c6d98.tar.xz snac2-fcb3dcc6a38c0bc5a1560e45d7bdf8aa2a4c6d98.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ffcd37f..fcfed83 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -8,9 +8,11 @@ Fixed crashes in some command-line options. | |||
| 8 | 8 | ||
| 9 | New command-line option `state`, that dumps some information about the running server and the state of each thread (note: this feature uses shared memory blocks and you may need an argument to the `make` call in older Linux distributions; please see the `README` file for details). | 9 | New command-line option `state`, that dumps some information about the running server and the state of each thread (note: this feature uses shared memory blocks and you may need an argument to the `make` call in older Linux distributions; please see the `README` file for details). |
| 10 | 10 | ||
| 11 | Fixed a bug that may leave an inconsistent state for a followed actor in a special case of repeated messages. | ||
| 12 | |||
| 11 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). | 13 | Mastodon API: added some fixes for integration with the Mona iOS app (contributed by jamesoff). |
| 12 | 14 | ||
| 13 | Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh. (contributed by Stefano Marinelli) | 15 | Added support for ntfy notifications, both using a self-hosted server or the official ntfy.sh (contributed by Stefano Marinelli). |
| 14 | 16 | ||
| 15 | ## 2.44 | 17 | ## 2.44 |
| 16 | 18 | ||