From 38701446ac2cf098e9121788f015e6fd8f2b7488 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 6 May 2026 18:44:59 +0200 Subject: [PATCH] Prepared prerelease v26.5.2 --- .../Components/Changelog.Logs.cs | 1 + .../wwwroot/changelog/v26.5.2.md | 3 ++- .../wwwroot/changelog/v26.5.3.md | 1 + metadata.txt | 12 ++++++------ runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 14 ++++++++++---- 7 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v26.5.3.md diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 2772f02f..714a61e8 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 (237, "v26.5.2, build 237 (2026-05-06 16:38 UTC)", "v26.5.2.md"), new (236, "v26.5.1, build 236 (2026-05-06 13:06 UTC)", "v26.5.1.md"), new (235, "v26.4.1, build 235 (2026-04-17 17:25 UTC)", "v26.4.1.md"), new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.5.2.md b/app/MindWork AI Studio/wwwroot/changelog/v26.5.2.md index d06e40e8..2c814910 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.5.2.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.5.2.md @@ -1 +1,2 @@ -# v26.5.2, build 237 (2026-05-xx xx:xx UTC) +# v26.5.2, build 237 (2026-05-06 16:38 UTC) +- Updated the underlying Tauri framework from version 1 to the latest version 2. Please do not install this prerelease manually. Production versions such as v26.4.1 will ignore this update. We are using this prerelease to test the clean update path for the migration from the Tauri v1 framework to the Tauri v2 framework. After a successful test, this prerelease will be removed. diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.5.3.md b/app/MindWork AI Studio/wwwroot/changelog/v26.5.3.md new file mode 100644 index 00000000..ff2b7c29 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.5.3.md @@ -0,0 +1 @@ +# v26.5.3, build 238 (2026-05-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index e2bd1ef0..bea38b51 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,12 +1,12 @@ -26.5.1 -2026-05-06 13:06:02 UTC -236 +26.5.2 +2026-05-06 16:38:01 UTC +237 9.0.116 (commit fb4af7e1b3) 9.0.15 (commit 4250c8399a) -1.93.1 (commit 01f6ddf75) +1.95.0 (commit 59807616e) 8.15.0 -2.10.3 -ece329140e4, release +2.11.1 +bcf15e91881, release osx-arm64 144.0.7543.0 1.17.1 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index b680928c..6d03ec12 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -3040,7 +3040,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "26.5.1" +version = "26.5.2" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 091309d9..97328e92 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "26.5.1" +version = "26.5.2" edition = "2024" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 7a3aef6f..08a7a640 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -1,7 +1,13 @@ { + "productName": "MindWork AI Studio", + "mainBinaryName": "MindWork AI Studio", + "version": "26.5.2", + "identifier": "com.github.mindwork-ai.ai-studio", + "build": { "frontendDist": "ui/" }, + "bundle": { "active": true, "targets": "all", @@ -25,10 +31,7 @@ }, "createUpdaterArtifacts": "v1Compatible" }, - "productName": "MindWork AI Studio", - "mainBinaryName": "MindWork AI Studio", - "version": "26.5.1", - "identifier": "com.github.mindwork-ai.ai-studio", + "plugins": { "updater": { "windows": { @@ -40,8 +43,10 @@ "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK" } }, + "app": { "withGlobalTauri": false, + "windows": [ { "fullscreen": false, @@ -53,6 +58,7 @@ "useHttpsScheme": true } ], + "security": { "csp": null }