diff options
| author | 2023-06-29 08:41:06 +0200 | |
|---|---|---|
| committer | 2023-06-29 08:41:06 +0200 | |
| commit | a03384ccddaad3367e9d1180db5a6f33f5b2e99c (patch) | |
| tree | 212853de63a69cc34fabc92edf817c274aa2ab31 | |
| parent | Call is_instance_blocked() from activitypub_post_handler(). (diff) | |
| download | snac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.tar.gz snac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.tar.xz snac2-a03384ccddaad3367e9d1180db5a6f33f5b2e99c.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ccc037d..e9e6725 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ## 2.36 | 3 | ## 2.36 |
| 4 | 4 | ||
| 5 | Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). | ||
| 6 | |||
| 5 | If the user style.css does not exist, the server-wide one if served instead. | 7 | If the user style.css does not exist, the server-wide one if served instead. |
| 6 | 8 | ||
| 7 | Fixed some crashes on badly-formatted input messages. | 9 | Fixed some crashes on badly-formatted input messages. |
| @@ -12,6 +14,8 @@ Some improvements to HTML sanitization. | |||
| 12 | 14 | ||
| 13 | For polls, show the time left before it closes. | 15 | For polls, show the time left before it closes. |
| 14 | 16 | ||
| 17 | Added some support for post pinning. | ||
| 18 | |||
| 15 | ## 2.35 | 19 | ## 2.35 |
| 16 | 20 | ||
| 17 | Fixed broken URL links with the # symbol on them. | 21 | Fixed broken URL links with the # symbol on them. |