summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-07-06 08:52:41 +0200
committerGravatar default2023-07-06 08:52:41 +0200
commit332c708fd39e7505d203d9ebf698a08f10ca6eb5 (patch)
treeea1a6c02ce663cac01479549a37a3df635de3fa6
parentPinned posts also appear in the public timeline. (diff)
downloadsnac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.tar.gz
snac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.tar.xz
snac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
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 @@
4 4
5Added proper HTTP caching when serving static files (attached images, avatars, etc.) 5Added proper HTTP caching when serving static files (attached images, avatars, etc.)
6 6
7Sensitive content messages can now have a summary (i.e. no longer limited to ...) 7Sensitive content messages can now have a summary.
8 8
9Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). 9Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge).
10 10
11If the user style.css does not exist, the server-wide one if served instead. 11If the user style.css does not exist, the server-wide one if served instead.
12 12
13Added support for pinning user posts. These posts are shown first in the public AND in the private timelines.
14
13Fixed some crashes on badly-formatted input messages. 15Fixed some crashes on badly-formatted input messages.
14 16
15The image alt-text is also inserted in the 'title' attribute, so it's shown on mouse hover in browsers like Firefox (contributed by Haijo7). 17The 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.
18 20
19For polls, show the time left before it closes. 21For polls, show the time left before it closes.
20 22
21Added some support for post pinning.
22
23Fixed a bug that prevented unfollows to be shown in the notification area. 23Fixed a bug that prevented unfollows to be shown in the notification area.
24 24
25## 2.35 25## 2.35