mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Updated RELEASE_NOTES.
This commit is contained in:
parent
0dd570dcad
commit
332c708fd3
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,14 @@
|
||||||
|
|
||||||
Added proper HTTP caching when serving static files (attached images, avatars, etc.)
|
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 ...)
|
Sensitive content messages can now have a summary.
|
||||||
|
|
||||||
Added a way to block full instances (from the command-line tool, as I consider this to be an administration priviledge).
|
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.
|
If the user style.css does not exist, the server-wide one if served instead.
|
||||||
|
|
||||||
|
Added support for pinning user posts. These posts are shown first in the public AND in the private timelines.
|
||||||
|
|
||||||
Fixed some crashes on badly-formatted input messages.
|
Fixed some crashes on badly-formatted input messages.
|
||||||
|
|
||||||
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).
|
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.
|
||||||
|
|
||||||
For polls, show the time left before it closes.
|
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.
|
Fixed a bug that prevented unfollows to be shown in the notification area.
|
||||||
|
|
||||||
## 2.35
|
## 2.35
|
||||||
|
|
Loading…
Reference in a new issue