diff --git a/CHANGELOG.md b/CHANGELOG.md index af31e7e..a3cd027 100644 --- a/CHANGELOG.md +++ b/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 ### Fixes