summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-06 14:52:15 +0100
committerGravatar default2025-01-06 14:52:15 +0100
commit30ad9004b1a7bfc359c026cbfef83b24e366a40f (patch)
tree7605af84587185c4afdfcc224fdd4454950721f7
parentUpdated documentation. (diff)
downloadpenes-snac2-30ad9004b1a7bfc359c026cbfef83b24e366a40f.tar.gz
penes-snac2-30ad9004b1a7bfc359c026cbfef83b24e366a40f.tar.xz
penes-snac2-30ad9004b1a7bfc359c026cbfef83b24e366a40f.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 f319a91..ddf160f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,8 @@ Added ipv6 support for the https frontend connection (contributed by hb9hnt).
8 8
9New "Like by URL" operation (contributed by dheadshot). 9New "Like by URL" operation (contributed by dheadshot).
10 10
11Added support for a Mastodon-like `/share` link sharing URL, like the one provided by sites like https://mastodonshare.com/ and such. To be able to use it, you must reconfigure your https proxy to redirect `/share` to snac (see `snac(8)`).
12
11New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by setting the `disable_sandbox` field to `false` in `server.json`. 13New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by setting the `disable_sandbox` field to `false` in `server.json`.
12 14
13Some search fixes regarding repeated matches. 15Some search fixes regarding repeated matches.