diff options
| -rw-r--r-- | RELEASE_NOTES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9ac1fe2..42969c7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.25 | ||
| 4 | |||
| 5 | Federation with other instances have been improved by collecting shared inbox information from input messages more thoroughly. | ||
| 6 | |||
| 7 | Fixed an obscure bug that caused connection rejections from some instances. | ||
| 8 | |||
| 9 | Some rules regarding incoming messages have been tightened; messages that are not related to the user are not added to the timeline. This has to be implemented because some ill-behaving ActivityPub implementations were found injecting unwanted messages to user inboxes. | ||
| 10 | |||
| 11 | Messages from MUTEd users are rejected as soon as possible with a 403 Forbidden HTTP status. | ||
| 12 | |||
| 13 | Fixed a minor bug regarding the scope of the 'Update' activity (edited posts were sent to more recipients that it should). | ||
| 14 | |||
| 15 | More aggressive input sanitization (some posts were found that included strange ASCII control codes). | ||
| 16 | |||
| 17 | Added "Open Graph" HTML meta tags for better previsualization of `snac` links from other social media. | ||
| 18 | |||
| 3 | ## 2.24 | 19 | ## 2.24 |
| 4 | 20 | ||
| 5 | Sending non-public messages is now much easier: a checkbox to post a message to only those people mentioned in the message body has been added. | 21 | Sending non-public messages is now much easier: a checkbox to post a message to only those people mentioned in the message body has been added. |