diff options
author | default <nobody@localhost> | 2023-07-06 08:52:41 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-06 08:52:41 +0200 |
commit | 332c708fd39e7505d203d9ebf698a08f10ca6eb5 (patch) | |
tree | ea1a6c02ce663cac01479549a37a3df635de3fa6 /RELEASE_NOTES.md | |
parent | 0dd570dcad6c6e6eaa1d0fa8ddf624c99308077f (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d6ce13c..505bf25 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,12 +4,14 @@ Added proper HTTP caching when serving static files (attached images, avatars, etc.) -Sensitive content messages can now have a summary (i.e. no longer limited to ...) +Sensitive content messages can now have a summary. Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). If the user style.css does not exist, the server-wide one if served instead. +Added support for pinning user posts. These posts are shown first in the public AND in the private timelines. + Fixed some crashes on badly-formatted input messages. The image alt-text is also inserted in the 'title' attribute, so it's shown on mouse hover in browsers like Firefox (contributed by Haijo7). @@ -18,8 +20,6 @@ Some improvements to HTML sanitization. For polls, show the time left before it closes. -Added some support for post pinning. - Fixed a bug that prevented unfollows to be shown in the notification area. ## 2.35 |