Updated changelog

This commit is contained in:
Thorsten Sommer 2024-08-05 20:51:07 +02:00
parent d74a0c1a7b
commit 762087a82e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,4 +1,12 @@
# v0.8.7, build 169 # v0.8.7, build 169
- Added an agenda planning assistant. - Added an agenda planning assistant.
- Added the possibility to preselect most agenda planning options.
- Added a slider component to adjust values.
- Added a process visualization component.
- Restructuring of the assistant overview: the assistants are now displayed in different categories. - Restructuring of the assistant overview: the assistants are now displayed in different categories.
- Refactored switch component to unify the behavior.
- Refactored the language extensions into one extension class.
- Refactored the provider selection into a separate component.
- Refactored the configuration data model: the configuration is now stored in separate classes for each section.
- Fixed a bug where the configured live translation intervall was not applied. - Fixed a bug where the configured live translation intervall was not applied.
- Fixed a bug where the option slider component was not handling min/max constraints correctly.