Skip to content

Commit f00722e

Browse files
Prepared release v0.9.51 (#557)
1 parent ce24391 commit f00722e

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
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 (226, "v0.9.51, build 226 (2025-09-04 18:02 UTC)", "v0.9.51.md"),
1617
new (225, "v0.9.50, build 225 (2025-08-10 16:40 UTC)", "v0.9.50.md"),
1718
new (224, "v0.9.49, build 224 (2025-07-02 12:12 UTC)", "v0.9.49.md"),
1819
new (223, "v0.9.48, build 223 (2025-06-10 13:15 UTC)", "v0.9.48.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.51.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.51, build 226 (2025-08-xx xx:xx UTC)
1+
# v0.9.51, build 226 (2025-09-04 18:02 UTC)
22
- Added support for predefined chat templates in configuration plugins to help enterprises roll out consistent templates across the organization.
33
- Added the ability to choose between automatic and manual update installation to the app settings (default is manual).
44
- Added the ability to control the update installation behavior by configuration plugins.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.52, build 227 (2025-09-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.50
2-
2025-08-10 16:40:45 UTC
3-
225
1+
0.9.51
2+
2025-09-04 18:02:17 UTC
3+
226
44
9.0.109 (commit 08d4728191)
55
9.0.8 (commit aae90fa090)
66
1.89.0 (commit 29483883e)
7-
8.11.0
7+
8.12.0
88
1.8.1
9-
6b61f34fff6, release
9+
ce243913ed4, 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.50"
3+
version = "0.9.51"
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.50"
9+
"version": "0.9.51"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)