From 762087a82e8e57f807ade0e16607b96ab0c21649 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 5 Aug 2024 20:51:07 +0200 Subject: [PATCH] Updated changelog --- app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md index aeabec21..a8ece6a4 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md @@ -1,4 +1,12 @@ # v0.8.7, build 169 - 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. -- Fixed a bug where the configured live translation intervall was not applied. \ No newline at end of file +- 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 option slider component was not handling min/max constraints correctly. \ No newline at end of file