summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-12-03 23:51:52 +0100
committerGravatar default2023-12-03 23:51:52 +0100
commit04e51516d35e574ec33c35b4882800dcbc404e45 (patch)
treeaaee690a930d2bb9f25172ba7b6d0aae01858779
parentBackport from xs. (diff)
downloadsnac2-04e51516d35e574ec33c35b4882800dcbc404e45.tar.gz
snac2-04e51516d35e574ec33c35b4882800dcbc404e45.tar.xz
snac2-04e51516d35e574ec33c35b4882800dcbc404e45.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
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
6 6
7Fixed crash in a special case of malformed query. 7Fixed crash in a special case of malformed query.
8 8
9Mastodon API: some tweaks for better integration with more clients.
10
9## 2.43 11## 2.43
10 12
11Tags 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). 13Tags 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).