From cad7a98e7bcdf3757c9335864de48001c58a7761 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 18 May 2026 19:05:29 +0200 Subject: [PATCH] Fixed the missed spellchecking settings for the slide builder assistant (#768) --- .../Assistants/SlideBuilder/SlideAssistant.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Assistants/SlideBuilder/SlideAssistant.razor b/app/MindWork AI Studio/Assistants/SlideBuilder/SlideAssistant.razor index 513b335d..e451ab3d 100644 --- a/app/MindWork AI Studio/Assistants/SlideBuilder/SlideAssistant.razor +++ b/app/MindWork AI Studio/Assistants/SlideBuilder/SlideAssistant.razor @@ -22,7 +22,7 @@ @T("You might want to specify important aspects that the LLM should consider when creating the slides. For example, the use of emojis or specific topics that should be highlighted.") - + @T("Extent of the planned presentation") diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md index c2ac3cd5..a556a5c4 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md @@ -6,6 +6,7 @@ - Improved the app's security foundation with major modernization of the native runtime and its internal communication layer. This work is mostly invisible during everyday use, but it replaces older components that no longer received the security updates we require. We also continued updating security-sensitive dependencies so AI Studio stays on a healthier, better maintained base. - Improved the Pandoc management and detection process to make it more reliable. - Fixed the Pandoc installation, which could fail and prevent AI Studio from installing its local Pandoc dependency. +- Fixed an issue where the spellchecking setting was not applied to all text fields in the slide builder assistant. - Upgraded the native secret storage integration to `keyring-core`, keeping API keys in the secure credential store provided by the operating system. - Upgraded Rust to v1.95.0. - Upgraded .NET to v9.0.16.