Skip to content

Commit 28b470f

Browse files
Prepared release v0.9.50 (#534)
1 parent 6b61f34 commit 28b470f

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed

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 (225, "v0.9.50, build 225 (2025-08-10 16:40 UTC)", "v0.9.50.md"),
1617
new (224, "v0.9.49, build 224 (2025-07-02 12:12 UTC)", "v0.9.49.md"),
1718
new (223, "v0.9.48, build 223 (2025-06-10 13:15 UTC)", "v0.9.48.md"),
1819
new (222, "v0.9.47, build 222 (2025-06-02 18:25 UTC)", "v0.9.47.md"),
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.50, build 225 (2025-07-xx xx:xx UTC)
1+
# v0.9.50, build 225 (2025-08-10 16:40 UTC)
22
- Added an option for chat templates to predefine a user input.
33
- Added the ability to create chat templates from existing chats.
44
- Added an enterprise IT configuration option to prevent manual addition of LLM providers in managed environments.
@@ -7,4 +7,7 @@
77
- Improved hot reloading on Unix-like systems when entire plugins were added or removed.
88
- Improved the German translation.
99
- Fixed a visual bug in all assistants that occurred when no profile was selected.
10+
- Upgraded .NET to v9.0.8
11+
- Upgraded MudBlazor to v8.11.0
12+
- Upgraded Rust to v1.89.0
1013
- Upgraded dependencies.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.51, build 226 (2025-08-xx xx:xx UTC)

metadata.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.49
2-
2025-07-02 12:12:12 UTC
3-
224
4-
9.0.107 (commit ef50dc9d27)
5-
9.0.6 (commit 3875b54e7b)
6-
1.88.0 (commit 6b00bc388)
7-
8.9.0
1+
0.9.50
2+
2025-08-10 16:40:45 UTC
3+
225
4+
9.0.109 (commit 08d4728191)
5+
9.0.8 (commit aae90fa090)
6+
1.89.0 (commit 29483883e)
7+
8.11.0
88
1.8.1
9-
be27fd84b82, release
9+
6b61f34fff6, release
1010
osx-arm64
1111
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.49"
3+
version = "0.9.50"
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.49"
9+
"version": "0.9.50"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)