AI-Studio/app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md
Peer Schütt cc3560fdd2
Some checks are pending
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
Added the current date and time to the system prompt. (#628)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-01-18 20:36:04 +01:00

1.6 KiB
Raw Blame History

v26.1.2, build 232 (2026-01-xx xx:xx UTC)

  • Added the option to hide specific assistants by configuration plugins. This is useful for enterprise environments in organizations.
  • Added the current date and time to the system prompt for better context in conversations. Thanks Peer peerschuett for the contribution.
  • Improved 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.
  • 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.
  • 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 affecting the transcription preview: previously, when you stopped music or other media, recorded or dictated text, and then tried to resume playback, the media wouldnt resume as expected. This behavior is now fixed.
  • Fixed a rare bug that occurred when multiple threads tried to manage the same chat thread.