diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4630352..073985b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.67 | ||
| 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.). | ||
| 6 | |||
| 7 | IP addresses for failed logins are tracked and throttled to mitigate brute force attacks (see `snac(8)` for more information). | ||
| 8 | |||
| 9 | Fixed a bug regarding repeated attachments when editing a post. | ||
| 10 | |||
| 11 | Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed missing audio attachments, fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash, implemented markers (contributed by nowster). | ||
| 12 | |||
| 13 | When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. | ||
| 14 | |||
| 15 | Added documentation and some tweaks to enable static compilation with musl (contributed by Shamar). | ||
| 16 | |||
| 3 | ## 2.66 | 17 | ## 2.66 |
| 4 | 18 | ||
| 5 | As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). These are only the numbers; the lists themselves are never published. | 19 | As many users have asked for it, there is now an option to make the number of followed and following accounts public (still disabled by default). These are only the numbers; the lists themselves are never published. |