summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-03-07 18:46:59 +0100
committerGravatar default2023-03-07 18:46:59 +0100
commitb0f39a8f78e21773e9083b0ea7cf480698016cda (patch)
treea21c03d82f815d49e8bfd1bccf38c9d00c3ee927
parentCollected addresses are also purged. (diff)
downloadpenes-snac2-b0f39a8f78e21773e9083b0ea7cf480698016cda.tar.gz
penes-snac2-b0f39a8f78e21773e9083b0ea7cf480698016cda.tar.xz
penes-snac2-b0f39a8f78e21773e9083b0ea7cf480698016cda.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md16
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
5Federation with other instances have been improved by collecting shared inbox information from input messages more thoroughly.
6
7Fixed an obscure bug that caused connection rejections from some instances.
8
9Some 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
11Messages from MUTEd users are rejected as soon as possible with a 403 Forbidden HTTP status.
12
13Fixed a minor bug regarding the scope of the 'Update' activity (edited posts were sent to more recipients that it should).
14
15More aggressive input sanitization (some posts were found that included strange ASCII control codes).
16
17Added "Open Graph" HTML meta tags for better previsualization of `snac` links from other social media.
18
3## 2.24 19## 2.24
4 20
5Sending 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. 21Sending 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.