Prepared release v0.9.40

This commit is contained in:
Thorsten Sommer 2025-04-20 15:36:07 +02:00
parent 2144cfe059
commit 2cd436ede3
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 10 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 (215, "v0.9.40, build 215 (2025-04-20 13:30 UTC)", "v0.9.40.md"),
new (214, "v0.9.39, build 214 (2025-04-07 17:39 UTC)", "v0.9.39.md"), new (214, "v0.9.39, build 214 (2025-04-07 17:39 UTC)", "v0.9.39.md"),
new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"), new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"),
new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"), new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"),

View File

@ -1,4 +1,4 @@
# v0.9.40, build 215 (2025-04-xx xx:xx UTC) # v0.9.40, build 215 (2025-04-20 13:30 UTC)
- Added support for the announced OpenAI `o4` models. - Added support for the announced OpenAI `o4` models.
- Added Alibaba Cloud as a new provider. Thanks Peer `peerschuett` for the contribution. - Added Alibaba Cloud as a new provider. Thanks Peer `peerschuett` for the contribution.
- Added the Hugging Face inference provider as an LLM provider to AI Studio. Thanks Peer `peerschuett` for the contribution. - Added the Hugging Face inference provider as an LLM provider to AI Studio. Thanks Peer `peerschuett` for the contribution.

View File

@ -0,0 +1 @@
# v0.9.41, build 216 (2025-0x-xx xx:xx UTC)

View File

@ -1,10 +1,10 @@
0.9.39 0.9.40
2025-04-07 17:39:09 UTC 2025-04-20 13:30:03 UTC
214 215
9.0.105 (commit 35890ecb87) 9.0.105 (commit 35890ecb87)
9.0.4 (commit f57e6dc747) 9.0.4 (commit f57e6dc747)
1.86.0 (commit 05f9846f8) 1.86.0 (commit 05f9846f8)
8.5.1 8.5.1
1.8.1 1.8.1
19935769035, release 2144cfe0590, release
osx-arm64 osx-arm64

2
runtime/Cargo.lock generated
View File

@ -2610,7 +2610,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.39" version = "0.9.40"
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.39" version = "0.9.40"
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.39" "version": "0.9.40"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {