From 331b8f3764645102ff83bb5dd6ebcb196558e4d1 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 6 Jul 2026 20:40:58 +0200 Subject: [PATCH] Prepared release v26.7.2 (#841) --- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md | 4 +++- app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md | 1 + metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 6ac5533d..d8309546 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 (244, "v26.7.2, build 244 (2026-07-06 18:35 UTC)", "v26.7.2.md"), new (243, "v26.7.1, build 243 (2026-07-05 16:39 UTC)", "v26.7.1.md"), new (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"), new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md b/app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md index 3d429c26..d6b6fecc 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.7.2.md @@ -1,5 +1,7 @@ -# v26.7.2, build 244 (2026-07-xx xx:xx UTC) +# 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. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md b/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md new file mode 100644 index 00000000..032a5b1c --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md @@ -0,0 +1 @@ +# v26.7.3, build 245 (2026-07-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index 6664194d..75f32406 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,12 +1,12 @@ -26.7.1 -2026-07-05 16:39:00 UTC -243 +26.7.2 +2026-07-06 18:35:11 UTC +244 9.0.118 (commit c8cbca4ed1) 9.0.17 (commit f2c8152eed) 1.96.1 (commit 31fca3adb) 8.15.0 2.11.2 -590b1e40217, release +4a15ff26655, release osx-arm64 148.0.7763.0 0.7.2 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 89b81b6d..b7bf4049 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "26.7.1" +version = "26.7.2" dependencies = [ "aes 0.9.1", "apple-native-keyring-store", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f8182d93..6c30e646 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "26.7.1" +version = "26.7.2" edition = "2024" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index ac0ec4ba..78849800 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.7.1", + "version": "26.7.2", "identifier": "com.github.mindwork-ai.ai-studio", "build": {