Skip to content

v3.2.1

Compare
Choose a tag to compare
@dullage dullage released this 03 Aug 18:57
· 310 commits to develop since this release

🗒️ Notable changes:

  • There is a new read_only authentication type. This is similar to none (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. the FLATNOTES_AUTH_TYPE is set to none or read_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.