mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
changelog for 1.7.0
This commit is contained in:
parent
9f166efc26
commit
ad3adf6d16
1 changed files with 32 additions and 0 deletions
32
CHANGELOG.md
32
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
|
## 1.6.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
Loading…
Add table
Reference in a new issue