diff options
author | default <nobody@localhost> | 2023-06-15 05:02:53 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-15 05:02:53 +0200 |
commit | 9a4ff572053b4e82f4e7d061fabe40c28b383eef (patch) | |
tree | 7481951d0317991b8445412ec557dd50f4ed9a13 | |
parent | 2076267c039bf7cc221e02a533db1013357435dd (diff) |
Updated RELEASE_NOTES.
-rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index abfcd5b..c0b05ac 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,16 +2,20 @@ ## 2.35 -Fixed URL links with the # symbol on them. +Fixed broken URL links with the # symbol on them. -When sanitizing HTML input, unsupported tags are deleted instead of escaped. +Fixed people-being-followed data loss after not logging in for a long time (actor objects were purged too soon). -There is new a user configuration setup checkbox to mark an account as a bot. +Don't show 'ghost' no-longer-followers in the people list. + +When sanitizing HTML input, unsupported tags are deleted instead of escaped. Fixed crash on missing headers while checking signatures. Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). +There is new a user configuration setup checkbox to mark an account as a bot. + ## 2.34 Polls can now be created from the web interface. |