From 6a0c1dd6765fd65c2055b96ff11d23911beb7561 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 24 Jan 2026 21:41:57 +0100 Subject: [PATCH] Updated changelog --- app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md b/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md index 14629b44..346fb2be 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md @@ -3,6 +3,7 @@ - Added the current date and time to the system prompt for better context in conversations. Thanks Peer `peerschuett` for the contribution. - Added the ability to control the voice recording with transcription (in preview) by using a system-wide shortcut. The shortcut can be configured in the application settings or by using a configuration plugin. Thus, a uniform shortcut can be defined for an entire organization. - Added error handling for the context window overflow, which can occur with huge file attachments in chats or the document analysis assistant. +- Added Rust failure detection to the .NET server. This is helpful in order to handle critical failures and shut down the application gracefully. - Improved the error handling for model loading in provider dialogs (LLMs, embeddings, transcriptions). - Improved the microphone handling (transcription preview) so that all sound effects and the voice recording are processed without interruption. - Improved the handling of self-hosted providers in the configuration dialogs (LLMs, embeddings, and transcriptions) when the host cannot provide a list of models. @@ -10,7 +11,6 @@ - Improved the developer experience by detecting incorrect CPU architecture metadata when checking and installing the Pandoc dependency. - Improved the error messages for failed communication with AI servers. - Improved the error handling for the enterprise environment service regarding the communication with our Rust layer. -- Improved the error handling when continuous networking issues towards our Rust layer occur. - Fixed a logging bug that prevented log events from being recorded in some cases. - Fixed a bug that allowed adding a provider (LLM, embedding, or transcription) without selecting a model. - Fixed a bug with local transcription providers by handling errors correctly when the local provider is unavailable.