Add changelog for 0.36.0

This commit is contained in:
eikek
2022-05-21 21:22:06 +02:00
parent 63814fa647
commit 86d026cd63

View File

@ -1,5 +1,31 @@
# Changelog # Changelog
## v0.36.0
*May 22, 2022*
- Extend docspell via addons (experimental feature) (#1550)
- Adds Lithuanian and Polish to document languages (#1540, #1345)
- Added a quick guide for adding more languages (#942)
- Make dashboard boxes headlines bold (#1531)
- Improve logging config; allow to specify loggers and their level (#1535)
- Allow for auth tokens to optionally be issued with an validity (#1533, 1534)
- Allow to repair db migrations, necessary for rare cases like #1517
### Rest API Changes
- new endpoints for managing addons
- new endpoint for joex to return its addon executor config
### Configuration Changes
- logging config sections allows to specfiy a map of logger names ->
level pairs (joex and restserver)
- addon config section in restserver: allows to enable/disable
corresponding endpoints
- addon config section in joex: allows to configure how to run addons
## v0.35.0 ## v0.35.0
*Apr 14, 2022* *Apr 14, 2022*