Skip to content

Commit 9d71978

Browse files
Prepared release v0.9.27 (#272)
1 parent 940459c commit 9d71978

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

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

+1
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 (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),
1617
new (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),
1718
new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"),
1819
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),

app/MindWork AI Studio/packages.lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"Microsoft.NET.ILLink.Tasks": {
3535
"type": "Direct",
36-
"requested": "[8.0.11, )",
37-
"resolved": "8.0.11",
38-
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
36+
"requested": "[8.0.12, )",
37+
"resolved": "8.0.12",
38+
"contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig=="
3939
},
4040
"MudBlazor": {
4141
"type": "Direct",
@@ -210,6 +210,6 @@
210210
"type": "Project"
211211
}
212212
},
213-
"net8.0/osx-arm64": {}
213+
"net8.0/osx-x64": {}
214214
}
215215
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.27, build 202 (2025-01-xx xx:xx UTC)
1+
# v0.9.27, build 202 (2025-01-21 18:24 UTC)
22
- Improved the inner content scrolling to use the entire space available.
33
- Improved message process debugging. This helps to identify issues related to the message handling.
44
- Fixed the hostname validation message for ERI v1 data sources.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.26
2-
2025-01-13 19:11:57 UTC
3-
201
1+
0.9.27
2+
2025-01-21 18:24:04 UTC
3+
202
44
8.0.111 (commit f3835a7fb4)
55
8.0.11 (commit 9cb3b725e3)
66
1.84.0 (commit 9fc6b4312)
77
7.15.0
88
1.8.1
9-
ae72c50236f, release
9+
940459ca467, release

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.26"
3+
version = "0.9.27"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.26"
9+
"version": "0.9.27"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)