Prepared release v26.4.1

This commit is contained in:
Thorsten Sommer 2026-04-17 11:55:02 +02:00
parent 0c87a491ac
commit ab67761091
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (235, "v26.4.1, build 235 (2026-04-17 09:48 UTC)", "v26.4.1.md"),
new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"), new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"),
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"), new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"), new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),

View File

@ -1,4 +1,4 @@
# v26.4.1, build 235 (2026-04-xx xx:xx UTC) # v26.4.1, build 235 (2026-04-17 09:48 UTC)
- Added support for the latest AI models, e.g., Qwen 3.5 & 3.6-family, Mistral Large 3 & Small 4, OpenAI GPT 5.4, Claude Opus 4.7 etc. - Added support for the latest AI models, e.g., Qwen 3.5 & 3.6-family, Mistral Large 3 & Small 4, OpenAI GPT 5.4, Claude Opus 4.7 etc.
- Added assistant plugins, making it possible to extend AI Studio with custom assistants. Many thanks to Nils Kruthof `nilskruthoff` for this contribution. - Added assistant plugins, making it possible to extend AI Studio with custom assistants. Many thanks to Nils Kruthof `nilskruthoff` for this contribution.
- Added a slide planner assistant, which helps you turn longer texts or documents into clear, structured presentation slides. Many thanks to Sabrina `Sabrina-devops` for her wonderful work on this assistant. - Added a slide planner assistant, which helps you turn longer texts or documents into clear, structured presentation slides. Many thanks to Sabrina `Sabrina-devops` for her wonderful work on this assistant.

View File

@ -1,12 +1,12 @@
26.2.2 26.4.1
2026-02-22 14:14:47 UTC 2026-04-17 09:48:42 UTC
234 235
9.0.116 (commit fb4af7e1b3) 9.0.116 (commit fb4af7e1b3)
9.0.15 (commit 4250c8399a) 9.0.15 (commit 4250c8399a)
1.93.1 (commit 01f6ddf75) 1.93.1 (commit 01f6ddf75)
8.15.0 8.15.0
1.8.3 1.8.3
3eb367d4c9e, release 0c87a491ace, release
osx-arm64 osx-arm64
144.0.7543.0 144.0.7543.0
1.17.1 1.17.1

2
runtime/Cargo.lock generated
View File

@ -2770,7 +2770,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.2.2" version = "26.4.1"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

@ -6,7 +6,7 @@
}, },
"package": { "package": {
"productName": "MindWork AI Studio", "productName": "MindWork AI Studio",
"version": "26.2.2" "version": "26.4.1"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {