Prepared release v0.9.43 (#457)

This commit is contained in:
Thorsten Sommer 2025-05-11 19:30:25 +02:00 committed by GitHub
parent ba236c4012
commit 85a867459e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 24 additions and 21 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),
new (216, "v0.9.41, build 216 (2025-04-27 14:18 UTC)", "v0.9.41.md"),
new (215, "v0.9.40, build 215 (2025-04-20 13:30 UTC)", "v0.9.40.md"),

View File

@ -47,11 +47,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.1.0" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.4" />
<PackageReference Include="MudBlazor" Version="8.6.0" />
<PackageReference Include="MudBlazor.Markdown" Version="8.5.1.1" />
<PackageReference Include="MudBlazor.Markdown" Version="8.6.0" />
<PackageReference Include="ReverseMarkdown" Version="4.6.0" />
<PackageReference Include="LuaCSharp" Version="0.4.2" />
</ItemGroup>

View File

@ -4,9 +4,9 @@
"net9.0": {
"CodeBeam.MudBlazor.Extensions": {
"type": "Direct",
"requested": "[8.1.0, )",
"resolved": "8.1.0",
"contentHash": "6f6K8Qr+cjk419URr8+b9nkSr0y300n/DaB0tJdYVRtDsWwoVCvgPwf9kENdDg1HIiYPL524+Q5a9QraL6hAvw==",
"requested": "[8.2.0, )",
"resolved": "8.2.0",
"contentHash": "MgaQKoKmOnZb2lGKr5EpiGrI2aU+siMVLXWCU4FZLAiZiusfWocq1KRnOhWPyl1mXsU8ROQQgjeSEDrQ4//Yew==",
"dependencies": {
"BuildBundlerMinifier": "3.2.449",
"CsvHelper": "33.0.1",
@ -56,13 +56,13 @@
},
"MudBlazor.Markdown": {
"type": "Direct",
"requested": "[8.5.1.1, )",
"resolved": "8.5.1.1",
"contentHash": "3FQaHlpLV54W77aVl58JCH2HX0p2QcqGNamtxyVzMKeMa92x+MYm4DFcqqhfbEvNEWTRZ6q22ZCx/NG0UX422Q==",
"requested": "[8.6.0, )",
"resolved": "8.6.0",
"contentHash": "TIrR6QqXXBmHRx/L66Jxl9UlVtom8jK46iVpPkTi8C7TjsUUylI5zBzmKPiVYp8bKDhgLzOcQH0o01xuHlKJEw==",
"dependencies": {
"Markdig": "0.41.0",
"Markdig": "0.41.1",
"Microsoft.Extensions.Caching.Memory": "9.0.4",
"MudBlazor": "8.5.1"
"MudBlazor": "8.6.0"
}
},
"ReverseMarkdown": {
@ -86,8 +86,8 @@
},
"Markdig": {
"type": "Transitive",
"resolved": "0.41.0",
"contentHash": "nEGSjfQ2i+MzJjvCZqoIBqW2x0iBALhhVogud48oPA/39a0n0jOhghdTYdm4xaDFBXmc4MxsVJAP5gtdvADvWQ=="
"resolved": "0.41.1",
"contentHash": "e9QXUg2agxd9iWV3hO5fA4Qp2avMuXFiElatzD8hp69yIEgESrdhKvDFf9y9NOlPe9jO7AA6W1JAnntLmqwRwA=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",

View File

@ -1,7 +1,8 @@
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)
# v0.9.43, build 218 (2025-05-11 17:22 UTC)
- Added our first titan: the German Aerospace Center (DLR) uses AI Studio in several projects and supports further development with personnel resources.
- Added the ability to select the new Google Gemini embeddings in the embedding configuration.
- Added localization for embedding configuration, bias of the day, and the agenda assistant.
- Improved the automatic German translation; thanks Peer (`peerschuett`) for contributing.
- Improved Google Gemini LLM model selection by filtering out the new embedding models.
- Improved the dialog for configuring embeddings: the API key is applied immediately, and provider formatting was enhanced.
- Improved the dialog for configuring embeddings: the API key is applied immediately, and provider formatting was enhanced.
- Upgraded .NET dependencies.

View File

@ -0,0 +1 @@
# v0.9.44, build 219 (2025-05-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.42
2025-05-04 13:03:03 UTC
217
0.9.43
2025-05-11 17:22:03 UTC
218
9.0.105 (commit 35890ecb87)
9.0.4 (commit f57e6dc747)
1.86.0 (commit 05f9846f8)
8.6.0
1.8.1
7a08baf99bb, release
ba236c4012d, release
osx-arm64
137.0.7123.0

2
runtime/Cargo.lock generated
View File

@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.42"
version = "0.9.43"
dependencies = [
"aes",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.42"
version = "0.9.43"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.42"
"version": "0.9.43"
},
"tauri": {
"allowlist": {