diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 8 |
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 | ||
| 7 | Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. | 7 | Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. |
| 8 | 8 | ||
| 9 | Fixed more crashes (thank you very much to inz for helping me debugging this). | 9 | Fixed more crashes (contributed by inz). |
| 10 | 10 | ||
| 11 | Fixed link detection in posts (contributed by inz). | 11 | Fixed link detection in posts (contributed by inz). |
| 12 | 12 | ||
| 13 | Allow multiple editors for command-line posts (contributed by inz). | 13 | Allow multiple editors for command-line posts (contributed by inz). |
| 14 | 14 | ||
| 15 | Separated maximum and default timeline entry count, allowing larger timelines to be requested without having to increase the default (contributed by lxo). | ||
| 16 | |||
| 17 | Turned 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 | |||
| 19 | Special 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 | ||
| 17 | Fixed memory leak (contributed by inz). | 23 | Fixed memory leak (contributed by inz). |