implement permanent deletion, make user profile migration reversible

This commit is contained in:
Yusur 2025-11-26 16:50:42 +01:00
parent 536e49d1b9
commit 8369035693
7 changed files with 21 additions and 7 deletions

View file

@ -2,9 +2,12 @@
## 0.10.0
+ Codebase refactor (with breaking changes!)
+ Dropped support for Python<=3.9
+ Move ALL config to .env (config.py is NO MORE supported)
+ Config SITE_NAME replaced with APP_NAME
+ Add CSRF token and flask_WTF
+ Schema changes: biography and website moved to `User`; `UserProfile` table deprecated (and useless fields removed)
+ Posts can now be permanently deleted
## 0.9.0