version advance + some refactoring

This commit is contained in:
Yusur 2023-07-12 16:28:59 +02:00
parent ded90d1ac4
commit 910e01b691
6 changed files with 49 additions and 72 deletions

View file

@ -1,5 +1,14 @@
# Whats New
## 0.9
+ Removed `markdown_katex` dependency, and therefore support for math.
It is bloat; moreover, it ships executables with it, negatively impacting the lightweightness of the app.
+ Added support for `.env` (dotenv) file.
+ Now a database URL is required. For example, `[database]directory = /path/to/data/` becomes
`[database]url = sqlite:////path/to/data/data.sqlite` (site.conf) or
`DATABASE_URL=sqlite:////path/to/data/data.sqlite` (.env).
## 0.8
+ Schema changes: