mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 11:52:15 +00:00
Some checks failed
Build and Release / Determine run mode (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
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) Has been cancelled
Build and Release / Prepare & create release (push) Has been cancelled
Build and Release / Read metadata (push) Has been cancelled
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg,app,updater, dmg) (push) Has been cancelled
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) Has been cancelled
Build and Release / Publish release (push) Has been cancelled
18 lines
1.9 KiB
Markdown
18 lines
1.9 KiB
Markdown
# v26.5.5, build 240 (2026-05-xx xx:xx UTC)
|
|
- Released the voice recording and transcription for all users. You no longer need to enable a preview feature to configure transcription providers, select a transcription provider, or use dictation.
|
|
- Added support for organization-managed ERI servers in configuration plugins, so admins can preconfigure external data sources for users.
|
|
- Added an export option for ERI server data sources, so admins can create configuration plugin snippets without writing the Lua code manually.
|
|
- Added the username to the information page to make organization support easier when users share their screen.
|
|
- 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.
|
|
- Improved the Qdrant startup and vector database initialization, so AI Studio can start more reliably while the local vector database is still starting.
|
|
- Fixed the Pandoc installation, which could fail and prevent AI Studio from installing its local Pandoc dependency.
|
|
- Fixed an issue where the spellchecking setting was not applied to all text fields in the slide builder assistant.
|
|
- Fixed missing translations for file type names in file selection dialogs.
|
|
- 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. |