v3.2.1
🗒️ Notable changes:
- There is a new
read_only
authentication type. This is similar tonone
(no authentication) but - as the name implies - doesn't allow creation, modification or deletion. An example use case could be to use flatnotes for documentation or a blog. Resolves #72. - The
/api/token
endpoint is no longer loaded when authentication is disabled (i.e. theFLATNOTES_AUTH_TYPE
is set tonone
orread_only
). - The API no longer requires a dummy bearer token when authentication is disabled. Resolves #90.
🪲 Bug Fixes:
- Fixed an issue displaying lists in tables when using the dark theme. Resolves #94.