aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-09-02 10:08:27 +0200
committergrunfink <grunfink@comam.es>2026-09-02 10:08:27 +0200
commit14db95ed9900f238ec9036d2fea9c0ad1be3ad41 (patch)
treefb75ab2910efc059f8c597ea0b475dc86f0cdba2 /RELEASE_NOTES.md
parentdde11b15de1db1b7695794abef4d190e4de60da1 (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ab1acf1..b98d27c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,8 @@
## UNRELEASED
+Fixed a bug in the notification page that made snac hang forever while trying to read abnormally big files.
+
Improved support for text-only web browsers: it's now possible to configure a set of web browser user-agent strings that will receive simpler HTML in the private timeline web UI. Basically, it consists in avoiding `details` / `summary` HTML tags as much as possible.
Added some fixes to media proxy code.