diff options
| -rw-r--r-- | RELEASE_NOTES.md | 6 |
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 | ||
| 5 | Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/). | 5 | Some fixes to accept `Event` objects properly (like those coming from implementations like https://gancio.org/ or https://mobilizon.fr). |
| 6 | 6 | ||
| 7 | Added some caching for local `Actor` objects. | 7 | Added some caching for local `Actor` objects. |
| 8 | 8 | ||
| 9 | Hashtags that are not explicitly linked in a post's content are shown below. | 9 | Hashtags that are not explicitly linked in a post's content are shown below it. |
| 10 | 10 | ||
| 11 | Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). | 11 | Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). |
| 12 | 12 | ||
| 13 | The user profile can now include longitude and latitude data for your current location. | 13 | The user profile can now include longitude and latitude data for your current location. |
| 14 | 14 | ||
| 15 | Mastodon API: implemented limit= on notification fetches (contributed by nowster), implemented faster min_id handling (contributed by nowster). | 15 | 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. |
| 16 | 16 | ||
| 17 | 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. | 17 | 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. |
| 18 | 18 | ||