mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
add changelog for 1.6.0
This commit is contained in:
parent
7facd086ff
commit
6fbb30f895
1 changed files with 23 additions and 0 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,3 +1,26 @@
|
||||||
|
## 1.6.0
|
||||||
|
|
||||||
|
### New features
|
||||||
|
* custom emojis & emoji packs
|
||||||
|
* optional retrospring layout for people migrating from it
|
||||||
|
* content warnings
|
||||||
|
* overhaul of admin panel ui
|
||||||
|
|
||||||
|
### Security
|
||||||
|
* logout route now only accepts `POST` requests to (partially) prevent CSRF attacks
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* "return to inbox" option no longer triggers a notification twice
|
||||||
|
|
||||||
|
### Regressions
|
||||||
|
* there is no preview in the admin panel anymore because it doesn't fit anymore
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
* internal overhaul of page templates
|
||||||
|
* added some debug logging (only visible if you run a development server like `flask run`)
|
||||||
|
|
||||||
|
there is probably more that i forgot but it's 11 pm rn and i can't be bothered with that
|
||||||
|
|
||||||
## 1.5.6
|
## 1.5.6
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
Loading…
Add table
Reference in a new issue