summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-12-19 05:19:10 +0100
committerGravatar default2024-12-19 05:19:10 +0100
commit8c53411a00b6c2127a5bed25bf282573767055b2 (patch)
tree631823f8ca13f569ca112fa35a89319183d58946
parentIn content_search(), also test the 'url' post field (if it exists). (diff)
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-8c53411a00b6c2127a5bed25bf282573767055b2.tar.gz
snac2-8c53411a00b6c2127a5bed25bf282573767055b2.tar.xz
snac2-8c53411a00b6c2127a5bed25bf282573767055b2.zip
Merge branch 'master' of comam.es:git/snac2
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0031dce..0ccdd49 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.).
6
5Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. 7Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash.
6 8
7When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. 9When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance.