Docspell v0.14.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • Nov 1st, 2020

    ๐Ÿš€ This release contains many bug fixes, thank you all so much for helping out! There is also a new feature and some more scripts in tools.

    • Edit/delete multiple items at once (#253, #412)
    • ๐Ÿ’ป Show/hide side menus via ui settings (#351)
    • โž• Adds two more scripts to the tools/ section (thanks to @totti4ever):
      • one script to import data from paperless (#358, #359), and
      • a script to check clean a directory from files that are already in docspell (#403)
    • ๐Ÿณ Extend docker image to use newest ocrmypdf version (#393, thanks @totti4ever)
    • ๐Ÿ›  Fix bug that would stop processing when pdf conversion fails (#392, #387)
    • ๐Ÿ›  Fix bug to have a separate, configurable source identifier for the integration upload endpoint (#389)
    • ๐Ÿ›  Fixes ui bug to not highlight the last viewed item when searching again. (#373)
    • ๐Ÿ›  Fixes bug when saving multiple changes to the ui settings (#368)
    • ๐Ÿ›  Fixes uniqueness check for equipments (#370)
    • ๐Ÿ›  Fixes a bug when doing document classification where user input was not correctly escaped for regexes (#356)
    • ๐Ÿ›  Fixes debian packages to have both (joex + restserver) the same user to make H2 work (#336)
    • ๐Ÿ›  Fixes a bug when searching with multiple tags using MariaDB (#404)

    REST Api Changes

    • Routes for managing multiple items:
      • /sec/items/deleteAll
      • /sec/items/tags
      • /sec/items/tagsremove
      • /sec/items/name
      • /sec/items/folder
      • /sec/items/direction
      • /sec/items/date
      • /sec/items/duedate
      • /sec/items/corrOrg
      • /sec/items/corrPerson
      • /sec/items/concPerson
      • /sec/items/concEquipment
      • /sec/items/confirm
      • /sec/items/unconfirm
      • /sec/items/reprocess
    • โž• Adds another parameter to ItemSearch structure to enable searching in a subset of items giving their ids.

    ๐Ÿ”ง Configuration Changes

    • ๐Ÿ†• new setting โ€ฆ.integration-endpoint.source-name to define the source name for files uploaded through this endpoint