Prepared release v0.9.37 ()

This commit is contained in:
Thorsten Sommer 2025-03-16 21:36:40 +01:00 committed by GitHub
parent 1ac125b7f5
commit 3e66d543b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 8 deletions
app/MindWork AI Studio
Components
wwwroot/changelog
metadata.txt
runtime

View File

@ -13,6 +13,7 @@ public partial class Changelog
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 (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"),

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 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.

View File

@ -1,9 +1,9 @@
0.9.36
2025-03-15 10:42:37 UTC
211
0.9.37
2025-03-16 20:32:10 UTC
212
9.0.104 (commit 2750432faa)
9.0.3 (commit 831d23e561)
1.85.0 (commit 4d91de4e4)
8.3.0
1.8.1
cf97fa888c6, release
1ac125b7f5e, release

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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