snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit de8c8c31f0f94d57d2bacce9ac4733dc9ac3372e
parent 85e5fc0576f402e976aa0e3ae35dcd9e93413cf5
Author: default <nobody@localhost>
Date:   Mon, 27 Nov 2023 20:41:34 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.44 + +All code that generates HTML is being refactored. THIS IS A WORK IN PROGRESS. + ## 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).