diff options
| -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 |