diff options
| author | grunfink <grunfink@comam.es> | 2026-09-01 16:32:27 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-09-01 16:32:27 +0200 |
| commit | 41fe777cd0330934d83d271cbd8ea7ccabd3658d (patch) | |
| tree | ec289b9336ad80b866ad49cf639f95ee81c0ce3c | |
| parent | 7a62d550de0fe0f76fe5c2c789fe331ea4fe5046 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 467bb63..ab1acf1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## UNRELEASED +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. Fixed EmojiReact code to allow any emoticon defined in `emojis.json`, not only those with colon-wrapped identifiers. |