diff options
author | default <nobody@localhost> | 2023-11-09 11:55:12 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-09 11:55:12 +0100 |
commit | 73ce97ae94273e5efb74b40aa3656f4e75539789 (patch) | |
tree | e0c3cfe77457a36330c3032fe0484d09480a4b7e /RELEASE_NOTES.md | |
parent | 8a5067cae4ebaf4ff794d6822af3b4803daaa1d7 (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 71e01c7..51a07f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## 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). + Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure `relayd`, as the native `httpd` daemon includes FastCGI support). New command-line option `deluser`, to delete a user (including unfollowing everybody). |