From e0f9f33fd1f1dc44e0846faae94ed84dc741b22b Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 20:00:09 +0300 Subject: [PATCH] add changelog for 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42110ed..36d2cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.2.0 + +### New features +* crosspost to bluesky +* save settings on `ctrl-s` + +### Fixes +* fix theme store url in example config +* fix dropdown menus overlapping with admin panel categories +* fix a typo in `masto.py` +* fix date position being off in question view + ## 2.1.1 ### Fixes