mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
changelog for 1.5.0
This commit is contained in:
parent
a2edda6ae2
commit
d713c076bb
1 changed files with 32 additions and 0 deletions
32
CHANGELOG.md
32
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
|
||||
|
|
Loading…
Add table
Reference in a new issue