Prepared release v26.5.5 (#777)
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

This commit is contained in:
Thorsten Sommer 2026-05-24 15:30:42 +02:00 committed by GitHub
parent fa9cdb87ed
commit 8417fa3984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 14 additions and 12 deletions

View File

@ -1178,7 +1178,7 @@ jobs:
with: with:
prerelease: true prerelease: true
draft: false draft: false
make_latest: true make_latest: false
body: ${{ env.CHANGELOG }} body: ${{ env.CHANGELOG }}
name: "Release ${{ env.FORMATTED_VERSION }}" name: "Release ${{ env.FORMATTED_VERSION }}"
fail_on_unmatched_files: true fail_on_unmatched_files: true

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (240, "v26.5.5, build 240 (2026-05-24 13:08 UTC)", "v26.5.5.md"),
new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"), new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"),
new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"), new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"),
new (237, "v26.5.2, build 237 (2026-05-06 16:38 UTC)", "v26.5.2.md"), new (237, "v26.5.2, build 237 (2026-05-06 16:38 UTC)", "v26.5.2.md"),

View File

@ -1,5 +1,5 @@
# v26.5.5, build 240 (2026-05-xx xx:xx UTC) # v26.5.5, build 240 (2026-05-24 13:08 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. - Released the voice recording and transcription feature for all users. You no longer need to enable a preview feature to configure transcription providers, select a transcription provider, or use dictation.
- Added export options for profiles and chat templates, including an option to package chat template attachments into configuration plugins. - Added export options for profiles and chat templates, including an option to package chat template attachments into configuration plugins.
- Added support for organization-managed ERI servers in configuration plugins, so admins can preconfigure external data sources for users. - 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 an export option for ERI server data sources, so admins can create configuration plugin snippets without writing the Lua code manually.
@ -19,7 +19,7 @@
- Upgraded the native secret storage integration to `keyring-core`, keeping API keys in the secure credential store provided by the operating system. - 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 Rust to v1.95.0.
- Upgraded .NET to v9.0.16. - Upgraded .NET to v9.0.16.
- Upgraded Tauri to v2.11.1. - Upgraded Tauri to v2.11.1. Thanks to Paul `PaulKoudelka` for working on this migration.
- Upgraded PDFium to v148.0.7763.0. - Upgraded PDFium to v148.0.7763.0.
- Upgraded Qdrant to v1.18.1. - Upgraded Qdrant to v1.18.1.
- Upgraded other dependencies as well. - Upgraded other dependencies as well.

View File

@ -0,0 +1 @@
# v26.6.1, build 241 (2026-06-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.5.4 26.5.5
2026-05-13 11:58:02 UTC 2026-05-24 13:08:13 UTC
239 240
9.0.117 (commit 6e241a69c1) 9.0.117 (commit 6e241a69c1)
9.0.16 (commit a1e6809fb8) 9.0.16 (commit a1e6809fb8)
1.95.0 (commit 59807616e) 1.95.0 (commit 59807616e)
8.15.0 8.15.0
2.11.1 2.11.1
0089849e0c3, release fa9cdb87ed5, release
osx-arm64 osx-arm64
148.0.7763.0 148.0.7763.0
1.18.1 1.18.1

2
runtime/Cargo.lock generated
View File

@ -3051,7 +3051,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.5.4" version = "26.5.5"
dependencies = [ dependencies = [
"aes 0.9.0", "aes 0.9.0",
"apple-native-keyring-store", "apple-native-keyring-store",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.5.4" version = "26.5.5"
edition = "2024" edition = "2024"
description = "MindWork AI Studio" description = "MindWork AI Studio"
authors = ["Thorsten Sommer"] authors = ["Thorsten Sommer"]

View File

@ -1,7 +1,7 @@
{ {
"productName": "MindWork AI Studio", "productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio",
"version": "26.5.4", "version": "26.5.5",
"identifier": "com.github.mindwork-ai.ai-studio", "identifier": "com.github.mindwork-ai.ai-studio",
"build": { "build": {
@ -48,7 +48,7 @@
"installMode": "passive" "installMode": "passive"
}, },
"endpoints": [ "endpoints": [
"https://github.com/MindWorkAI/AI-Studio/releases/download/v26.5.4/latest.json" "https://github.com/MindWorkAI/AI-Studio/releases/latest/download/latest.json"
], ],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK" "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK"
} }