diff options
| author | default <nobody@localhost> | 2025-02-07 09:31:35 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-02-07 09:31:35 +0100 |
| commit | cfe73e119da9783e0dab52860298e5dfe8ff63a6 (patch) | |
| tree | 0717d5bde253b45e038394282948d01de6df14f0 | |
| parent | 413862f404c65ef57f9d7da99b775c72c2da4e31 (diff) | |
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 c6d439d..b7c1c89 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,10 +2,12 @@ ## UNRELEASED -Fixed a search bug. +Each post can have more than one attachment from the web UI. The maximum number can be configured in `server.json` via the `max_attachments` value (default: 4). Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. +Fixed a search bug (some matches were missed). + Fixed more crashes (contributed by inz). Fixed link detection in posts (contributed by inz). |