AI-Studio/app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md
Thorsten Sommer 331b8f3764
Some checks are pending
Build and Release / Determine run mode (push) Waiting to run
Build and Release / Read metadata (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg,app,updater, dmg) (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, nsis) (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,updater, appimage) (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,app,updater, dmg) (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, nsis) (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,updater, appimage) (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
Prepared release v26.7.2 (#841)
2026-07-06 20:40:58 +02:00

7 lines
950 B
Markdown

# v26.7.2, build 244 (2026-07-06 18:35 UTC)
- Improved the coding assistant with a simpler context workflow. Now you can attach multiple source files directly instead of manually defining code contexts.
- Improved the grammar & spelling checking and rewrite & improve text assistants. Both assistants can now load one document into the text field using the file dialog or drag and drop.
- Improved the legal check, text summarizer, and translation assistant. These assistants can now load documents with drag and drop.
- Fixed the assistant builder so it can continue generating an assistant in the background if you leave the page and come back later.
- Fixed text fields in assistants added through assistant plugins so they now respect the app's spell checking settings.
- Fixed the dialog for adding providers. Selecting an option could previously prevent the setup from continuing. Thanks, Dominic Neuburg (`donework`), for reporting this issue.