summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-12-19 14:37:56 +0100
committerGravatar default2024-12-19 14:37:56 +0100
commit70ee3289f8b5e4b7c84e5f6e40766011e02a3a46 (patch)
tree6457926736b20351c7733a1a1e957c34fab91ceb
parentMinor search tweak. (diff)
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-70ee3289f8b5e4b7c84e5f6e40766011e02a3a46.tar.gz
penes-snac2-70ee3289f8b5e4b7c84e5f6e40766011e02a3a46.tar.xz
penes-snac2-70ee3289f8b5e4b7c84e5f6e40766011e02a3a46.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 0ccdd49..a0ff2f8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,8 @@
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.). 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 6
7Fixed a bug regarding repeated attachments when editing a post.
8
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. 9Mastodon 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.
8 10
9When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance. 11When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance.