aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-15 09:29:18 +0100
committerdefault <nobody@localhost>2025-01-15 09:29:18 +0100
commitba4c3508f76466e79e9f3b5f665d72f0e425c4aa (patch)
tree7fb468166b4d07693d78437ae1bf9e4af32a2f74 /RELEASE_NOTES.md
parentad5455f5556b2057b6ddfce8e0656c04112737de (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ae96c92..f99f3e0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,17 +2,17 @@
## UNRELEASED
-Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/).
+Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr).
Added some caching for local `Actor` objects.
-Hashtags that are not explicitly linked in a post's content are shown below.
+Hashtags that are not explicitly linked in a post's content are shown below it.
Fixed broken NetBSD build (missing dependency in Makefile.NetBSD).
The user profile can now include longitude and latitude data for your current location.
-Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster).
+Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster), obey the quiet public visibility set for posts.
Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048.