diff --git a/CHANGELOG.md b/CHANGELOG.md index bedf7e8..8b41dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 1.5.0 + +### New features +* customization of accent colors +* ability to change navbar link style (either underline or pills) +* you can now make buttons using modified markdown (syntax: `[btn]text[/btn]`) +* you can now customize maximum length of content before it gets trimmed (used in sharing options); set to 0 to disable +* ability to change the icon to your own +* ability to toggle preview in admin panel +* install script to easily install CatAsk (WARNING: VERY BUGGY, **DO NOT USE YET**) + +### Security +* resolved a vulnerability where some api routes didn't require logged in session + +### Fixes +* improved accessibility +* blacklist now should check if any of the words are blacklisted instead of just the first one + +### Regressions +* removed ctrl-enter shortcut from instance settings in admin panel due to a bug regarding shortcuts and event listeners + +### Miscellaneous +* changed metadata image to instance's favicon +* improved styling +* code cleanup +* readme improvements + +## 1.4.4 + +### Fixes +* don't show rules box if there aren't any rules + ## 1.4.3 ### Fixes