summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-15 09:29:18 +0100
committerGravatar default2025-01-15 09:29:18 +0100
commitba4c3508f76466e79e9f3b5f665d72f0e425c4aa (patch)
tree7fb468166b4d07693d78437ae1bf9e4af32a2f74
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-ba4c3508f76466e79e9f3b5f665d72f0e425c4aa.tar.gz
snac2-ba4c3508f76466e79e9f3b5f665d72f0e425c4aa.tar.xz
snac2-ba4c3508f76466e79e9f3b5f665d72f0e425c4aa.zip
Updated RELEASE_NOTES.
-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 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/). 5Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr).
6 6
7Added some caching for local `Actor` objects. 7Added some caching for local `Actor` objects.
8 8
9Hashtags that are not explicitly linked in a post's content are shown below. 9Hashtags that are not explicitly linked in a post's content are shown below it.
10 10
11Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). 11Fixed broken NetBSD build (missing dependency in Makefile.NetBSD).
12 12
13The user profile can now include longitude and latitude data for your current location. 13The user profile can now include longitude and latitude data for your current location.
14 14
15Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster). 15Mastodon 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.
16 16
17Reduced 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. 17Reduced 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.
18 18