add changelog for 1.6.0

This commit is contained in:
mst 2024-10-20 00:16:00 +03:00
parent 7facd086ff
commit 6fbb30f895

View file

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