commit ba4c3508f76466e79e9f3b5f665d72f0e425c4aa parent ad5455f5556b2057b6ddfce8e0656c04112737de Author: default <nobody@localhost> Date: Wed, 15 Jan 2025 09:29:18 +0100 Updated RELEASE_NOTES. Diffstat:
M | RELEASE_NOTES.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.