Prepared release v0.9.37

This commit is contained in:
Thorsten Sommer 2025-03-16 21:35:51 +01:00
parent 1ac125b7f5
commit e1cec445a1
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 (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),
new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"), new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),
new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"), new (210, "v0.9.35, build 210 (2025-03-13 08:44 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"),

View File

@ -1,4 +1,4 @@
# v0.9.37, build 212 (2025-03-16 xx:xx UTC) # v0.9.37, build 212 (2025-03-16 20:32 UTC)
- Improved the experience of the data selection component when no data sources are configured yet. - Improved the experience of the data selection component when no data sources are configured yet.
- Improved the data source selection behavior when no data source is available or selected, for whatever reason. - Improved the data source selection behavior when no data source is available or selected, for whatever reason.
- Moved the data source settings into the data selection component. - Moved the data source settings into the data selection component.

View File

@ -1,9 +1,9 @@
0.9.36 0.9.37
2025-03-15 10:42:37 UTC 2025-03-16 20:32:10 UTC
211 212
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
cf97fa888c6, release 1ac125b7f5e, 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.36" version = "0.9.37"
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.36" version = "0.9.37"
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.36" "version": "0.9.37"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {