summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-08-19 18:12:19 +0200
committerdefault <nobody@localhost>2023-08-19 18:12:19 +0200
commit76ed2957e53b19c96b3a607769ca0dc682932b9f (patch)
tree049447b350edb23dc7f3da0f4c5e04b612792eed /RELEASE_NOTES.md
parent76936d7c9c6af145c892adf5c44c6e12252aa914 (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5c8bd75..f0ec604 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,15 +4,15 @@
Added more aggressive caching to timelines and history files.
-Show inline `Link` objects that are image, audio or video media.
+Show `Link` objects that are image, audio or video media as if they were attachments.
-The history in the public page is returned in reverse chronological order.
+The history at the end of the public page is listed in reverse chronological order.
Mastodon API: minor fixes.
Be more strict when serving note objects.
-Additional HTTP headers can be added to the response by filling the `http_headers` object to the `server.json` configuration file.
+Additional HTTP response headers can be defined by adding an `http_headers` object with header/content pairs into the `server.json` configuration file.
If you hover the mouse pointer over a vote option in a pool, the current count (as per the last update) is shown. This may be considered cheating in some cases, so try to be honest (or not).