diff options
author | default <nobody@localhost> | 2023-07-05 09:51:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-05 09:51:45 +0200 |
commit | 8faa06652d8fd1bbbd1139170b7892b6d81d0927 (patch) | |
tree | ee656804e6d3c04b48a9f3bffa8c425701aeac57 /RELEASE_NOTES.md | |
parent | c47df7634e693736c31a446bb432fc036ead0513 (diff) | |
parent | 38ee86f81e74edec97bf04d999d21221565f44fb (diff) |
Merge branch 'master' of triptico.com:git/snac2
Diffstat (limited to 'RELEASE_NOTES.md')
-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 4fbe71b..d6ce13c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ 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 ...) + 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. @@ -18,6 +20,8 @@ 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 Fixed broken URL links with the # symbol on them. |