From 04e51516d35e574ec33c35b4882800dcbc404e45 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 3 Dec 2023 23:51:52 +0100 Subject: [PATCH] Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9d283e9..e0e2708 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ I've refactored all HTML code because it was somewhat of a mess; now it's much m Fixed crash in a special case of malformed query. +Mastodon API: some tweaks for better integration with more clients. + ## 2.43 Tags in posts are now indexed and searching by tag is possible. It's still not very useful, but at least new user posts contain links that return real search-by-tag results. Also, no "re-indexing" of the previously stored data is done (only new local and remote posts will be searchable by tag).