summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7a23b8b..c6d439d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,12 +6,18 @@ Fixed a search bug.
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 more crashes (thank you very much to inz for helping me debugging this). 9Fixed more crashes (contributed by inz).
10 10
11Fixed link detection in posts (contributed by inz). 11Fixed link detection in posts (contributed by inz).
12 12
13Allow multiple editors for command-line posts (contributed by inz). 13Allow multiple editors for command-line posts (contributed by inz).
14 14
15Separated maximum and default timeline entry count, allowing larger timelines to be requested without having to increase the default (contributed by lxo).
16
17Turned message date into a link to the local post, so that it can be loaded into a separate tab for interacting with (contributed by lxo).
18
19Special thanks to fellow developer inz for bringing my attention to code places where I should have been more careful.
20
15## 2.71 21## 2.71
16 22
17Fixed memory leak (contributed by inz). 23Fixed memory leak (contributed by inz).