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