summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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