diff options
| author | 2023-06-13 19:01:11 +0200 | |
|---|---|---|
| committer | 2023-06-13 19:01:11 +0200 | |
| commit | e26d05746c8ad2ea79931f8be24536e6f8ce59a7 (patch) | |
| tree | cf4fd9251daefe7d641b47082b0cc0f06bc84eaa | |
| parent | In sanitize(), delete unsupported HTML tags instead of showing them. (diff) | |
| download | snac2-e26d05746c8ad2ea79931f8be24536e6f8ce59a7.tar.gz snac2-e26d05746c8ad2ea79931f8be24536e6f8ce59a7.tar.xz snac2-e26d05746c8ad2ea79931f8be24536e6f8ce59a7.zip | |
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 5118c22..3b403e0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | Fixed URL links with the # symbol on them. | 5 | Fixed URL links with the # symbol on them. |
| 6 | 6 | ||
| 7 | When sanitizing HTML input, unsupported tags are deleted instead of escaped. | ||
| 8 | |||
| 7 | There is new a user configuration setup checkbox to mark an account as a bot. | 9 | There is new a user configuration setup checkbox to mark an account as a bot. |
| 8 | 10 | ||
| 9 | Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). | 11 | Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). |