summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
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).