Docspell 0.24.0
github-actions
released this
18 Jun 21:30
·
2832 commits
to master
since this release
Changelog • Documentation • Milestone
This time a translation of the Web-UI in German is included and the docker build was overhauled. The releases are now build and tested using Java 11.
- Rework Docker setup. Images are now provided for different architectures and have a new home now. The images are now built via a github-action from the official packages of each release. (#635, #643, #840, #687)
- Translation of the UI into German (thanks to @monnypython for proof reading and applying lots of corrections!) (#292, #683, #870)
- Improve migration of SOLR (#604)
- The information whether solr has been setup, is now stored inside SOLR. This means when upgrading Docspell, all data will be re-indexed.
- Add
--exclude
and--include
options to theconsumedir.sh
script (#885) - Improved documenation of the http api (#874)
- Removed unused libraries in the final packages to reduce file size a bit (#841)
- Bug: Searching by tag category was broken when using upper case letters (#849)
- Bug: when adding a boolean custom field, it must be applied immediatly (#842)
- Bug: when entering a space in a dropdown the menu closes (#863)
- Bug: Some scripts didn't work with earlier versions of
jq
(#851) - Bug: The source form was broken in that it didn't load the language correctly (#877)
- Bug: Tag category options were wrongly populated when narrowing tags via a search (#880)
Breaking Changes
The docker setup changed significantly. Please see the changelog for more information.