summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG36
1 files changed, 32 insertions, 4 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index c8bfd64cb638..a535a3377aa7 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,5 +1,33 @@
# Changelog
+## v0.35.0
+
+*Apr 14, 2022*
+
+- Download multiple documents as zip (#1093). The webui allows to
+ download multiple files as a zip archive. The zip file is created at
+ the server and cached for a while.
+- New project [ds4e](https://github.com/docspell/ds4e) providing some
+ utilises to access Docspell from Emacs.
+- Increase size for password fields in the database (#1508)
+- Hide the delete button in new notifciation channel forms (#1506)
+- Fix logging (#1468), non-errors were logged as errors.
+- Apply the migration fix from last version only from 0.32.0 onwards
+ (#1469)
+- Fix typos in UI (#1510, @monnypython)
+- Add support for Postgres FTS in nix module (#1512, @LeSuisse)
+
+### Rest API Changes
+
+- adds routes to create and download multiple files
+
+### Configuration Changes
+
+- restserver: add limits for creating zip files from search queries
+- joex: settings for new cleanup task that removes zip files that
+ exceed some configured age
+
+
## v0.34.0
*Mar 31, 2022*
@@ -406,7 +434,7 @@ Complete
- Joex: A new section for configuring the update task has been added.
See section `update-check` in the default [config
- file](https://docspell.org/docs/configure/#joex).
+ file](https://docspell.org/docs/configure/main/#joex).
## v0.25.1
@@ -791,7 +819,7 @@ Please open an issue if want more languages to be included.
- 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/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,
@@ -855,8 +883,8 @@ Please open an issue if want more languages to be included.
- 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.
+ [default config](https://docspell.org/docs/configure/main/#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.