Prepared release v0.9.35

This commit is contained in:
Thorsten Sommer 2025-03-12 19:35:20 +01:00
parent 587bf2ee35
commit 1929080afd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (210, "v0.9.35, build 210 (2025-03-12 18:22 UTC)", "v0.9.35.md"),
new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"), new (209, "v0.9.34, build 209 (2025-03-11 13:02 UTC)", "v0.9.34.md"),
new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"), new (208, "v0.9.33, build 208 (2025-03-11 08:14 UTC)", "v0.9.33.md"),
new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"), new (207, "v0.9.32, build 207 (2025-03-08 20:15 UTC)", "v0.9.32.md"),

View File

@ -1,4 +1,4 @@
# v0.9.35, build 210 (2025-03-xx xx:xx UTC) # v0.9.35, build 210 (2025-03-12 18:22 UTC)
- A settings icon was added to all assistants and the assistants overview. The icon opens a dialog that displays all settings that can be changed. The settings aren't shown on the settings overview page anymore for a better overview. - A settings icon was added to all assistants and the assistants overview. The icon opens a dialog that displays all settings that can be changed. The settings aren't shown on the settings overview page anymore for a better overview.
- Migrated to .NET 9.0.3 - Migrated to .NET 9.0.3
- Migrated to MudBlazor 8.3.0 - Migrated to MudBlazor 8.3.0

View File

@ -1,9 +1,9 @@
0.9.34 0.9.35
2025-03-11 13:02:01 UTC 2025-03-12 18:22:04 UTC
209 210
9.0.104 (commit 2750432faa) 9.0.104 (commit 2750432faa)
9.0.3 (commit 831d23e561) 9.0.3 (commit 831d23e561)
1.85.0 (commit 4d91de4e4) 1.85.0 (commit 4d91de4e4)
8.3.0 8.3.0
1.8.1 1.8.1
4b3b80dc9d7, release ce8d84a12a2, release

2
runtime/Cargo.lock generated
View File

@ -2350,7 +2350,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.34" version = "0.9.35"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

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