From ad3adf6d16f2788dbbba04b6baaf0ff1cbfa464f Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:27:21 +0300 Subject: [PATCH] changelog for 1.7.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b46ebb3..c895001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 1.7.0 + +### New features + +* import/export of catask data +* captcha support for spam prevention: recaptcha v2, cloudflare turnstile, and friendly captcha +* more customization +* initial PWA support +* ability to see all emojis in a pack from the admin panel +* unread questions indicator + +### Accessibility + +* support for Atkinson Hyperlegible font (**Admin -> Accessibility -> Font**) +* [UserWay](https://userway.org) support (**Admin -> Accessibility -> UserWay**) +* other accessibility improvements + +### Fixes + +* emojis with camelCase names (e.g. floofHappy) now render correctly +* various layout fixes for wide and narrow screens +* share to fediverse button in single question view now works +* various other fixes +* replaced some debug `print()` statements with `app.logger.debug()` statements to not spam production console + +### Miscellaneous + +* improved modal ui +* more of the logic is now handled in API routes +* checkboxes in admin panel are now styled like switches +* removed some unused code + ## 1.6.1 ### Fixes