Skip to content

Commit 3b76b06

Browse files
Prepared release v0.10.0 (#613)
1 parent 71feb17 commit 3b76b06

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

app/Build/Commands/UpdateMetadataCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private async Task PerformPrepare(PrepareAction action, bool internalCall)
9090
await this.UpdateTauriVersion();
9191
await this.UpdateProjectCommitHash();
9292
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "..", "..", "LICENSE.md")));
93-
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "Pages", "About.razor.cs")));
93+
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "Pages", "Information.razor.cs")));
9494
Console.WriteLine();
9595
}
9696
}

app/MindWork AI Studio/Components/Changelog.Logs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (230, "v0.10.0, build 230 (2025-12-31 14:04 UTC)", "v0.10.0.md"),
1617
new (229, "v0.9.54, build 229 (2025-11-24 18:28 UTC)", "v0.9.54.md"),
1718
new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"),
1819
new (227, "v0.9.52, build 227 (2025-10-24 06:00 UTC)", "v0.9.52.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md renamed to app/MindWork AI Studio/wwwroot/changelog/v0.10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.55, build 230 (2025-12-xx xx:xx UTC)
1+
# v0.10.0, build 230 (2025-12-31 14:04 UTC)
22
- Added support for newer Mistral models (Mistral 3, Voxtral, and Magistral).
33
- Added support for the new OpenAI model GPT 5.2.
44
- Added support for OpenRouter as LLM and embedding provider.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.10.1, build 231 (2026-01-xx xx:xx UTC)

metadata.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.54
2-
2025-11-24 18:28:32 UTC
3-
229
1+
0.10.0
2+
2025-12-31 14:04:01 UTC
3+
230
44
9.0.112 (commit 49aa03442a)
55
9.0.11 (commit fa7cdded37)
66
1.92.0 (commit ded5c06cf)
77
8.15.0
88
1.8.1
9-
009bb33d839, release
9+
783782bad99, release
1010
osx-arm64
11-
137.0.7215.0
11+
137.0.7215.0

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.54"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.54"
9+
"version": "0.10.0"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)