User avatar
CatAsk
@CatAsk@icy.maxy.top
# CatAsk 1.7.0 was released!

This is a big update that introduced a lot of new features and fixes!
Admins are encouraged to update!

Update instructions:
UPDATE.md

## Full list of changes:

### 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 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