snac2

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

commit 55fb7dcbef819478c8d54a0161fb1330622a762e
parent 487752887928462b3454f3f929296829c615a79e
Author: default <nobody@localhost>
Date:   Fri, 20 Dec 2024 08:36:42 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ IP addresses for failed logins are tracked and throttled to mitigate brute force Fixed a bug regarding repeated attachments when editing a post. -Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. +Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash, implemented markers (contributed by nowster). When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance.