summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md10
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 2
3## 2.35 3## 2.35
4 4
5Fixed URL links with the # symbol on them. 5Fixed broken URL links with the # symbol on them.
6 6
7When sanitizing HTML input, unsupported tags are deleted instead of escaped. 7Fixed people-being-followed data loss after not logging in for a long time (actor objects were purged too soon).
8 8
9There is new a user configuration setup checkbox to mark an account as a bot. 9Don't show 'ghost' no-longer-followers in the people list.
10
11When sanitizing HTML input, unsupported tags are deleted instead of escaped.
10 12
11Fixed crash on missing headers while checking signatures. 13Fixed crash on missing headers while checking signatures.
12 14
13Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7). 15Mastodon API: several bug fixes (contributed by Poesty), improved account object (contributed by Haijo7).
14 16
17There is new a user configuration setup checkbox to mark an account as a bot.
18
15## 2.34 19## 2.34
16 20
17Polls can now be created from the web interface. 21Polls can now be created from the web interface.