From 8ff83e4f06d546abcea4085a4a1f55765fbab9a8 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Sun, 22 Mar 2020 21:39:17 +0100 Subject: [PATCH] Update Changelog --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index 685e8b06..1219a2a0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,6 +20,24 @@ - A due date that is found during text analysis is now set on the item. If multiple due dates are found, the earliest one is used. +### Configuration Changes + +The configuration of the joex component has been changed. + +- new section `docspell.joex.periodic-scheduler` for configuring the + periodic scheduler +- new section `docspell.joex.house-keeping` for configuring + house-keeping tasks + +### REST Api Changes + +The REST Api has some additions: + +- new route to retrieve the archive file +- add field in `ItemDetail` data that refers to the archive files of + the attachments + + ## v0.3.0 *Mar. 1, 2020*