Docspell v0.22.0 Release Notes

  • Apr 11, 2021

    ๐Ÿš€ This release fixes some annoying bugs and prepares the web-ui to be translated into other languages. For actual translating them, I ask for your help. There is a detailed post about how to start with it in ๐ŸŒ the docs.

    • ๐Ÿ”จ Refactor webui to prepare for localisation (#726)
    • โž• Add names to user defined tasks for better documentation (#712)
    • ๐Ÿ›  Fixes some ui bugs:
      • scrollbar position (#722)
      • other minor ui related fixes (#746)
    • โœ‚ Removed deprecated api endpoints, fixing #482
    • ๐Ÿ›  Fixes bug where items are already shown in the ui, although still in processing (#719)
    • Switch to github actions for ci (#748)
    • ๐Ÿ›  Fixes a bug in the new query language (#754)
    • ๐Ÿ›  Fix counters for categories in the search menu (#755)

    REST Api Changes

    • โœ‚ remove deprecated endpoints: sec/item/searchForm, sec/item/searchFormWithTags, sec/item/searchFormStats
    • โž• adds category-count data to SearchSummary

    ๐Ÿ”ง Configuration Changes

    • none