Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:44
· 384 commits to main since this release

Warning

BREAKING CHANGE

This release provides the ability to upload PDFs and images.

This introduces a change in the database model, which requires a database migration.

Once you use this new release version, the database migrations are triggered automatically once the container starts. This will upgrade the old database model and everything should work. If it does not work, please inspect the container logs for errors.

Please adhere to the Wiki on how to upgrade to a new release.

Features

  • support percentage values (92a0122)
  • upload: allow file uploads (8ed7d9b)