summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2021-01-25 16:33:04 +0100
committerLucki2021-01-25 16:33:04 +0100
commitf859aff1fa46ff0d1c0ad4f296c3c6fc25d6f0f5 (patch)
treee3680dff62c8d763f1d09f3288b5d676059fa647 /.CHANGELOG
parent37176fb687302b0c3342e3ccdad547f7a7f0c56c (diff)
downloadaur-f859aff1fa46ff0d1c0ad4f296c3c6fc25d6f0f5.tar.gz
upgpkg: docspell 0.19.0-1
upstream release
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG90
1 files changed, 89 insertions, 1 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index d0ccdd897c22..2e544239cf9d 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,8 +1,96 @@
# Changelog
+## v0.19.0
+
+*Jan 25, 2021*
+
+This release comes with major improvements to the text analysis
+module. It is now much more configurable, has improved results and can
+learn tags from all categories. Additionally, more languages for
+document processing have been added and it's now easier to add more.
+Please open an issue if want more languages to be included.
+
+- text analysis improvements (#263, #570)
+ - docspell can now learn from all your tag categories
+ - the detection for correspondents/concerned entities has been
+ improved by using the classifier for this, too
+ - all text analysis steps are now configurable that makes it
+ possible to adapt it better to your data and machine.
+ - The docs have been updated with some details
+ [here](https://docspell.org/docs/configure/#file-processing) and
+ [here](https://docspell.org/docs/joex/file-processing/#text-analysis).
+- more languages (#488)
+ - Adds: Spanish, Italian, Portuguese, Czech, Dutch, Danish, Finnish,
+ Norwegian, Swedish, Russian, Romanian
+ - languages have different support for text-analysis, but there is
+ some basic support for all
+ - there is extended support for English, German and French through
+ [Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/) nlp
+ models (as before)
+- scan mailbox change (#576)
+ - The change from last version (#551) has been moved behind a flag
+ in the "scan mailbox settings". Please review your scan mailbox
+ tasks in your user settings.
+ - The scan mailbox settings form view has been organized into tabs,
+ as it grew too large for a single form.
+- nix tools package fixed (#584)
+ - If you are using docspell tools package for nix, it has now been
+ fixed in that all scripts are available. They are now all prefixed
+ by `ds-` (except the `ds` script)
+- fix deleting organization (#578)
+ - Due to the new relationship of a person to an organization,
+ deleting an organization whith references a person was not
+ possible. This is now fixed.
+- base url fix (#579)
+ - The `baseurl` setting is optional, but when specified it was
+ required to omit a trailing slash. This is now fixed in that it is
+ always rendered without the trailing slash to the client, no
+ matter what is in the config
+- tag category case sensitive search fix (#568)
+ - This was a bug introduced by the last release. When tag categories
+ can now be spelled upper- or lower-case. In 0.18.0 you had to
+ spell them lowercase, otherwise the search doesn't work.
+- adds a workaround for mails that don't specify their used charset (#591)
+
+### Breaking Changes
+
+- The joex configuration changed around text analysis. If you had some
+ custom settings there, please review these wrt the new default
+ config.
+- When using the nix package manager: the tools package renamed the
+ scripts to be better distinguishable, since they all end up in
+ `$PATH`. They are now prefixed by `ds-`.
+- The path of the consumedir script changed in the consumedir docker
+ image
+- The settings of the scan-mailbox task has been extended by another
+ flag. It controls when to apply the post-processing (moving or
+ deleting). If you were relying that all mails (even those excluded
+ by a subject filter) where moved away, you need to check your
+ scan-mailbox task settings.
+
+### REST Api Changes
+
+- the data structure for `ClassifierSettings` changed to allow
+ specfiying a blacklist or whitelist of tag categories and the
+ `enabled` flag has been removed.
+
+
+### Configuration Changes
+
+- joex
+ - the config regarding text analysis changed, there are new config
+ options, like `nlp.mode` and the `max-due-date-years` has been
+ moved inside `text-anlysis`. Please have a look at the new
+ [default config](https://docspell.org/docs/configure/#joex) if you
+ changed something there.
+ - The `regex-ner` section has changed: the `enabled` flag has been
+ removed, you can now limit the number of entries using
+ `max-entries` to apply and `0` means to disable it.
+
+
## v0.18.0
-*Jan 11, 2021 *
+*Jan 11, 2021*
- Feature: Results summary and updated tag count (#496, #333)
- A search summary can be displayed that shows the overall result