From 26bcd7e66d6c9966bc31fd6201ae6089c31054c3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 24 May 2026 15:13:33 +0200 Subject: [PATCH] Prepared release v26.5.5 --- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md | 6 +++--- app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md | 1 + metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 7 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index a3585023..334e90db 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog 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 (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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md index ec65590f..c49ff933 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md @@ -1,5 +1,5 @@ -# 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. +# v26.5.5, build 240 (2026-05-24 13:08 UTC) +- 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 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. @@ -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 Rust to v1.95.0. - 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 Qdrant to v1.18.1. - Upgraded other dependencies as well. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md b/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md new file mode 100644 index 00000000..7e4a82af --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md @@ -0,0 +1 @@ +# v26.6.1, build 241 (2026-06-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index 40de302e..2fab50b7 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,12 +1,12 @@ -26.5.4 -2026-05-13 11:58:02 UTC -239 +26.5.5 +2026-05-24 13:08:13 UTC +240 9.0.117 (commit 6e241a69c1) 9.0.16 (commit a1e6809fb8) 1.95.0 (commit 59807616e) 8.15.0 2.11.1 -0089849e0c3, release +fa9cdb87ed5, release osx-arm64 148.0.7763.0 1.18.1 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index ed6866a7..4639fd67 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -3051,7 +3051,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "26.5.4" +version = "26.5.5" dependencies = [ "aes 0.9.0", "apple-native-keyring-store", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3578b14f..02cf75f0 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "26.5.4" +version = "26.5.5" edition = "2024" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index d4858f98..88db7b9e 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio", - "version": "26.5.4", + "version": "26.5.5", "identifier": "com.github.mindwork-ai.ai-studio", "build": {