浏览代码

Updated RELEASE_NOTES.

default 1 年之前
父节点
当前提交
30ad9004b1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      RELEASE_NOTES.md

+ 2 - 0
RELEASE_NOTES.md

@@ -8,6 +8,8 @@ Added ipv6 support for the https frontend connection (contributed by hb9hnt).
 
 New "Like by URL" operation (contributed by dheadshot).
 
+Added 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)`).
+
 New 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`.
 
 Some search fixes regarding repeated matches.