diff options
| author | 2024-12-19 19:31:40 +0100 | |
|---|---|---|
| committer | 2024-12-19 19:31:40 +0100 | |
| commit | d63106cd56db8cc1a8d1779a4fc8be2a69028ce4 (patch) | |
| tree | 947c21a5ee880045b99c1868eec58888c053cddf /RELEASE_NOTES.md | |
| parent | Added bad login throttling. (diff) | |
| download | penes-snac2-d63106cd56db8cc1a8d1779a4fc8be2a69028ce4.tar.gz penes-snac2-d63106cd56db8cc1a8d1779a4fc8be2a69028ce4.tar.xz penes-snac2-d63106cd56db8cc1a8d1779a4fc8be2a69028ce4.zip | |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a0ff2f8..df11ac4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,9 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). | 5 | The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). |
| 6 | 6 | ||
| 7 | IP addresses for failed logins are tracked and throttled to mitigate brute force attacks (see `snac(8)` for more information). | ||
| 8 | |||
| 7 | Fixed a bug regarding repeated attachments when editing a post. | 9 | Fixed a bug regarding repeated attachments when editing a post. |
| 8 | 10 | ||
| 9 | Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. | 11 | 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. |
| 10 | 12 | ||
| 11 | When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. | 13 | When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. |
| 12 | 14 | ||