snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit a03384ccddaad3367e9d1180db5a6f33f5b2e99c
parent a114d5094d253ed08ac59701396983c45b01a5d5
Author: default <nobody@localhost>
Date:   Thu, 29 Jun 2023 08:41:06 +0200

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## 2.36 +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. Fixed some crashes on badly-formatted input messages. @@ -12,6 +14,8 @@ Some improvements to HTML sanitization. For polls, show the time left before it closes. +Added some support for post pinning. + ## 2.35 Fixed broken URL links with the # symbol on them.