Docspell v0.13.0 Release Notes

Release Date: 2020-10-19 // over 3 years ago
  • ๐Ÿ“š Changelog โ€ข Documentation

    ๐Ÿš€ This release contains bug fixes and brings an improved docker setup. Thanks to all for providing great feedback and code!

    • ๐Ÿ‘Œ Improvements to the docker setup: application can be build from any version and is automated by dockerhub. Thanks to @totti4ever!
      • This change required breaking changes in the docker-compose.yml file. Please update your docker-compose.yml to the new version.
      • The image tags changed:
      • the -latest is now upper case, -LATEST
      • tagged releases include the version prefixed with a v, like in -v0.13.0
      • there are new -SNAPSHOT images that are build from the current master branch. Please note that snapshot versions may not be compatible with each other!
    • ๐Ÿ“„ The date extraction tried to create invalid dates (#298)
    • ๐Ÿ›  Fix content column for MariaDB (#297)
    • ๐Ÿ›  Fix retrying processing of files: attached files were not correctly found and the duplicate check must not run
    • ๐Ÿ“„ Reset upload page on init (#294)
    • ๐Ÿ›  Fixes regarding base-url setting and auth cookie (#308)
    • ๐Ÿ›  Fixes in openapi spec (#338, #343)
    • ๐Ÿ›  Fixed error messages for modal dialogs (tag/organization/person) (#341)