diff options
| author | 2023-07-06 08:52:41 +0200 | |
|---|---|---|
| committer | 2023-07-06 08:52:41 +0200 | |
| commit | 332c708fd39e7505d203d9ebf698a08f10ca6eb5 (patch) | |
| tree | ea1a6c02ce663cac01479549a37a3df635de3fa6 | |
| parent | Pinned posts also appear in the public timeline. (diff) | |
| download | snac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.tar.gz snac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.tar.xz snac2-332c708fd39e7505d203d9ebf698a08f10ca6eb5.zip | |
Updated RELEASE_NOTES.
| -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 @@ | |||
| 4 | 4 | ||
| 5 | Added proper HTTP caching when serving static files (attached images, avatars, etc.) | 5 | Added proper HTTP caching when serving static files (attached images, avatars, etc.) |
| 6 | 6 | ||
| 7 | Sensitive content messages can now have a summary (i.e. no longer limited to ...) | 7 | Sensitive content messages can now have a summary. |
| 8 | 8 | ||
| 9 | Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). | 9 | Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge). |
| 10 | 10 | ||
| 11 | If the user style.css does not exist, the server-wide one if served instead. | 11 | If the user style.css does not exist, the server-wide one if served instead. |
| 12 | 12 | ||
| 13 | Added support for pinning user posts. These posts are shown first in the public AND in the private timelines. | ||
| 14 | |||
| 13 | Fixed some crashes on badly-formatted input messages. | 15 | Fixed some crashes on badly-formatted input messages. |
| 14 | 16 | ||
| 15 | 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). | 17 | 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. | |||
| 18 | 20 | ||
| 19 | For polls, show the time left before it closes. | 21 | For polls, show the time left before it closes. |
| 20 | 22 | ||
| 21 | Added some support for post pinning. | ||
| 22 | |||
| 23 | Fixed a bug that prevented unfollows to be shown in the notification area. | 23 | Fixed a bug that prevented unfollows to be shown in the notification area. |
| 24 | 24 | ||
| 25 | ## 2.35 | 25 | ## 2.35 |