Docspell logo

Docspell

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with minimal effort

Alternative to: evernote, devonthink, paperoffice, docuware, m-files


About Versions (48)

v0.13.0

2020-10-19

ChangelogDocumentation

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)