Docspell v0.29.0 Release Notes

  • Nov 18, 2021

    • ๐Ÿ‘ท Show number of waiting jobs in the top bar (#1069). This introduces some changes under the hood, for example: while previously the restserver was notifying job executors about new jobs, it will now also receive messages from the job executors. This requires a new setting (see below).
    • 0๏ธโƒฃ Hide sidebar by default on mobile (#1169)
    • ๐Ÿ‘Œ Improve scanmailbox form (#1147)
    • ๐Ÿ‘Œ Improve input of an e-mail address (#987)
    • ๐Ÿ›  Fix e-mail import for certain files (#1140)
    • ๐Ÿ›  FIx uploading files with non-ascii filenames (#991)

    Rest API Changes

    None

    ๐Ÿ”ง Configuration Changes

    Important

    • the restserver has a new setting internal-url which must be set to the base url of the server such that other nodes (i.e. joex nodes) can reach it. It is by default set to http://localhost:7880. If you are using docker: the docker-compose.yml in this repository has been updated. You can copy&paste the new env variable DOCSPELL_SERVER_INTERNAL__URL=http://docspell-restserver:7880 into your docker-compose.yml or add it to your config file.