diff options
| -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 | ||