AI-Studio/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md
Thorsten Sommer 91cfe8dcd0
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
Fixed & improved pandoc handling (#762)
2026-05-16 18:27:16 +02:00

966 B

v26.5.5, build 240 (2026-05-xx xx:xx UTC)

  • 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.
  • 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.
  • Upgraded Tauri to v2.11.1.
  • Upgraded PDFium to v148.0.7763.0.
  • Upgraded Qdrant to v1.18.0.
  • Upgraded other dependencies as well.