Skip to content

Commit 85a8674

Browse files
Prepared release v0.9.43 (#457)
1 parent ba236c4 commit 85a8674

File tree

9 files changed

+24
-21
lines changed

9 files changed

+24
-21
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 (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),
1617
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),
1718
new (216, "v0.9.41, build 216 (2025-04-27 14:18 UTC)", "v0.9.41.md"),
1819
new (215, "v0.9.40, build 215 (2025-04-20 13:30 UTC)", "v0.9.40.md"),

app/MindWork AI Studio/MindWork AI Studio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.1.0" />
50+
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.0" />
5151
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
5252
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.4" />
5353
<PackageReference Include="MudBlazor" Version="8.6.0" />
54-
<PackageReference Include="MudBlazor.Markdown" Version="8.5.1.1" />
54+
<PackageReference Include="MudBlazor.Markdown" Version="8.6.0" />
5555
<PackageReference Include="ReverseMarkdown" Version="4.6.0" />
5656
<PackageReference Include="LuaCSharp" Version="0.4.2" />
5757
</ItemGroup>

app/MindWork AI Studio/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net9.0": {
55
"CodeBeam.MudBlazor.Extensions": {
66
"type": "Direct",
7-
"requested": "[8.1.0, )",
8-
"resolved": "8.1.0",
9-
"contentHash": "6f6K8Qr+cjk419URr8+b9nkSr0y300n/DaB0tJdYVRtDsWwoVCvgPwf9kENdDg1HIiYPL524+Q5a9QraL6hAvw==",
7+
"requested": "[8.2.0, )",
8+
"resolved": "8.2.0",
9+
"contentHash": "MgaQKoKmOnZb2lGKr5EpiGrI2aU+siMVLXWCU4FZLAiZiusfWocq1KRnOhWPyl1mXsU8ROQQgjeSEDrQ4//Yew==",
1010
"dependencies": {
1111
"BuildBundlerMinifier": "3.2.449",
1212
"CsvHelper": "33.0.1",
@@ -56,13 +56,13 @@
5656
},
5757
"MudBlazor.Markdown": {
5858
"type": "Direct",
59-
"requested": "[8.5.1.1, )",
60-
"resolved": "8.5.1.1",
61-
"contentHash": "3FQaHlpLV54W77aVl58JCH2HX0p2QcqGNamtxyVzMKeMa92x+MYm4DFcqqhfbEvNEWTRZ6q22ZCx/NG0UX422Q==",
59+
"requested": "[8.6.0, )",
60+
"resolved": "8.6.0",
61+
"contentHash": "TIrR6QqXXBmHRx/L66Jxl9UlVtom8jK46iVpPkTi8C7TjsUUylI5zBzmKPiVYp8bKDhgLzOcQH0o01xuHlKJEw==",
6262
"dependencies": {
63-
"Markdig": "0.41.0",
63+
"Markdig": "0.41.1",
6464
"Microsoft.Extensions.Caching.Memory": "9.0.4",
65-
"MudBlazor": "8.5.1"
65+
"MudBlazor": "8.6.0"
6666
}
6767
},
6868
"ReverseMarkdown": {
@@ -86,8 +86,8 @@
8686
},
8787
"Markdig": {
8888
"type": "Transitive",
89-
"resolved": "0.41.0",
90-
"contentHash": "nEGSjfQ2i+MzJjvCZqoIBqW2x0iBALhhVogud48oPA/39a0n0jOhghdTYdm4xaDFBXmc4MxsVJAP5gtdvADvWQ=="
89+
"resolved": "0.41.1",
90+
"contentHash": "e9QXUg2agxd9iWV3hO5fA4Qp2avMuXFiElatzD8hp69yIEgESrdhKvDFf9y9NOlPe9jO7AA6W1JAnntLmqwRwA=="
9191
},
9292
"Microsoft.AspNetCore.Authorization": {
9393
"type": "Transitive",
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)
1+
# v0.9.43, build 218 (2025-05-11 17:22 UTC)
22
- Added our first titan: the German Aerospace Center (DLR) uses AI Studio in several projects and supports further development with personnel resources.
33
- Added the ability to select the new Google Gemini embeddings in the embedding configuration.
44
- Added localization for embedding configuration, bias of the day, and the agenda assistant.
55
- Improved the automatic German translation; thanks Peer (`peerschuett`) for contributing.
66
- Improved Google Gemini LLM model selection by filtering out the new embedding models.
7-
- Improved the dialog for configuring embeddings: the API key is applied immediately, and provider formatting was enhanced.
7+
- Improved the dialog for configuring embeddings: the API key is applied immediately, and provider formatting was enhanced.
8+
- Upgraded .NET dependencies.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.44, build 219 (2025-05-xx xx:xx UTC)

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.42
2-
2025-05-04 13:03:03 UTC
3-
217
1+
0.9.43
2+
2025-05-11 17:22:03 UTC
3+
218
44
9.0.105 (commit 35890ecb87)
55
9.0.4 (commit f57e6dc747)
66
1.86.0 (commit 05f9846f8)
77
8.6.0
88
1.8.1
9-
7a08baf99bb, release
9+
ba236c4012d, release
1010
osx-arm64
1111
137.0.7123.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.42"
3+
version = "0.9.43"
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.42"
9+
"version": "0.9.43"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)