summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorGravatar default2025-02-07 09:31:35 +0100
committerGravatar default2025-02-07 09:31:35 +0100
commitcfe73e119da9783e0dab52860298e5dfe8ff63a6 (patch)
tree0717d5bde253b45e038394282948d01de6df14f0 /RELEASE_NOTES.md
parentUpdated documentation. (diff)
downloadpenes-snac2-cfe73e119da9783e0dab52860298e5dfe8ff63a6.tar.gz
penes-snac2-cfe73e119da9783e0dab52860298e5dfe8ff63a6.tar.xz
penes-snac2-cfe73e119da9783e0dab52860298e5dfe8ff63a6.zip
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
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 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Fixed a search bug. 5Each 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).
6 6
7Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. 7Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of.
8 8
9Fixed a search bug (some matches were missed).
10
9Fixed more crashes (contributed by inz). 11Fixed more crashes (contributed by inz).
10 12
11Fixed link detection in posts (contributed by inz). 13Fixed link detection in posts (contributed by inz).