Prepared release v0.9.39

This commit is contained in:
Thorsten Sommer 2025-04-06 12:30:04 +02:00
parent a3ec2bbe7b
commit b2e9435d19
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 =
[
new (214, "v0.9.39, build 214 (2025-04-06 10:18 UTC)", "v0.9.39.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 (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"),

View File

@ -1,4 +1,4 @@
# v0.9.39, build 214 (2025-04-xx xx:xx UTC)
# v0.9.39, build 214 (2025-04-06 10:18 UTC)
- Added UI for error handling to display any LLM provider issues.
- Added a feature flag for the plugin system. This flag is disabled by default and can be enabled inside the app settings. Please note that this feature is still in development; there are no plugins available yet.
- Added the Lua library we use for the plugin system to the about page.

View File

@ -1,9 +1,9 @@
0.9.38
2025-03-17 18:18:00 UTC
213
0.9.39
2025-04-06 10:18:02 UTC
214
9.0.104 (commit 2750432faa)
9.0.3 (commit 831d23e561)
1.86.0 (commit 05f9846f8)
8.5.1
1.8.1
820294c14db, release
a3ec2bbe7b7, release

2
runtime/Cargo.lock generated
View File

@ -2610,7 +2610,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.38"
version = "0.9.39"
dependencies = [
"aes",
"arboard",

View File

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

View File

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