From 37293e4a7cba736757a2d61c2e7d5493062807b2 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 25 Jan 2026 14:56:50 +0100 Subject: [PATCH] Updated changelog (#641) --- app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 419ca7fe..137c0e96 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md @@ -5,7 +5,7 @@ - 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 microphone handling (voice recording & 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. - Improved the document analysis assistant (in preview) by allowing users to send results to a new chat to ask follow-up questions. Thanks to Sabrina `Sabrina-devops` for this contribution. - Improved the developer experience by detecting incorrect CPU architecture metadata when checking and installing the Pandoc dependency. @@ -14,10 +14,10 @@ - Fixed a bug in the document analysis assistant (in preview) where the first section containing the policy definition did not render correctly in certain cases. - 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. -- Fixed a bug with local transcription providers by correctly handling empty model IDs. +- Fixed a bug with local transcription providers (voice recording & transcription preview) by handling errors correctly when the local provider is unavailable. +- Fixed a bug with local transcription providers (voice recording & transcription preview) by correctly handling empty model IDs. - Fixed a bug affecting the transcription preview: previously, when you stopped music or other media, recorded or dictated text, and then tried to resume playback, the media wouldn’t resume as expected. This behavior is now fixed. -- Fixed a rare bug that occurred when multiple threads tried to manage the same chat thread. +- Fixed a rare bug that occurred when multiple threads tried to manage the same chat thread. Thanks Sabrina `Sabrina-devops` for identifying and reporting this issue. - Fixed a bug that prevented text localization from certain source code files under specific conditions. - Upgraded to Rust 1.93.0 - Upgraded to .NET 9.0.12