Skip to content

Docspell 0.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 09:34
· 1389 commits to master since this release

πŸŽ‰ Changelog β€’ Documentation β€’ Milestone πŸŽ‰

This release allows to extend Docspell with custom scripts/programs. This is still an experimental feature, I expect more changes coming. But you are invited to give it a try πŸ˜„!

  • Extend docspell via addons (experimental feature) (#1550) There are two addons to play with
  • Adds Lithuanian and Polish to document languages (#1540, #1345)
  • Quick guide for adding more languages (#942)
  • Make dashboard boxes headlines bold (#1531)
  • Improve logging config; allow to specify loggers and their level (#1535)
  • Allow for auth tokens to optionally be issued with an validity (#1533, #1534)

Note to docker users: The docker image of the previous release contained a "broken" zlib library that affected checksum generation for the db migrations (see #1517). The image of this release has an updated version of this system library. This means that it is quite likely that those who were not affected by this in 0.35.0 (for example, you started with a fresh db) - could now be affected. If you get these errors, try to "repair" the migrations. Apply the following settings in the docker-compose file for one start:

DOCSPELL_SERVER_BACKEND_DATABASE__SCHEMA_REPAIR__SCHEMA=true
DOCSPELL_SERVER_BACKEND_DATABASE__SCHEMA_RUN__FIXUP__MIGRATIONS=true
DOCSPELL_SERVER_BACKEND_DATABASE__SCHEMA_RUN__MAIN__MIGRATIONS=true

Start up one time and stop again. Then remove these settings again.