Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)

public static readonly Log[] LOGS =
[
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 (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"),
Expand Down
3 changes: 2 additions & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v26.5.3.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# v26.5.3, build 238 (2026-05-xx xx:xx UTC)
# v26.5.3, build 238 (2026-05-13 09:50 UTC)
- Migrated away from Rocket to Axum for our internal IPC API. 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. After a successful test, this prerelease will be removed.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v26.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# v26.5.4, build 239 (2026-05-xx xx:xx UTC)
8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
26.5.2
2026-05-06 16:38:01 UTC
237
26.5.3
2026-05-13 09:50:18 UTC
238
9.0.116 (commit fb4af7e1b3)
9.0.15 (commit 4250c8399a)
1.95.0 (commit 59807616e)
8.15.0
2.11.1
bcf15e91881, release
d69eab88072, release
osx-arm64
144.0.7543.0
1.17.1
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "26.5.2"
version = "26.5.3"
edition = "2024"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
4 changes: 2 additions & 2 deletions runtime/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio",
"version": "26.5.2",
"version": "26.5.3",
"identifier": "com.github.mindwork-ai.ai-studio",

"build": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"installMode": "passive"
},
"endpoints": [
"https://github.com/MindWorkAI/AI-Studio/releases/download/v26.5.3/latest.json"
"https://github.com/MindWorkAI/AI-Studio/releases/download/v26.5.4/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK"
}
Expand Down