Prepared for pre-release v0.9.0 (testing)

This commit is contained in:
Thorsten Sommer 2024-09-01 20:09:21 +02:00
parent a1446103d7
commit 5ac564af08
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 (175, "v0.9.0, build 175 (2024-09-01 18:04 UTC)", "v0.9.0.md"),
new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"), new (174, "v0.8.12, build 174 (2024-08-24 08:30 UTC)", "v0.8.12.md"),
new (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"), new (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"),
new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"), new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"),

View File

@ -1,4 +1,4 @@
# v0.9.0, build 175 # v0.9.0, build 175 (2024-09-01 18:04 UTC)
- Upgraded `keyring` dependency to v3.2.0. - Upgraded `keyring` dependency to v3.2.0.
- Refactored the interprocess communication (IPC) to use a new runtime API for better performance, stability, extensibility, maintainability, and security. This is the foundation for upcoming features and improvements, such as performant RAG and scripting support. - Refactored the interprocess communication (IPC) to use a new runtime API for better performance, stability, extensibility, maintainability, and security. This is the foundation for upcoming features and improvements, such as performant RAG and scripting support.
- Refactored the logging system. Now, the logging of all systems is unified. - Refactored the logging system. Now, the logging of all systems is unified.

View File

@ -1,9 +1,9 @@
0.8.12 0.9.0
2024-08-24 08:30:01 UTC 2024-09-01 18:04:01 UTC
174 175
8.0.108 (commit 665a05cea7) 8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5) 8.0.8 (commit 08338fcaa5)
1.80.1 (commit 3f5fd8dd4) 1.80.1 (commit 3f5fd8dd4)
7.6.0 7.6.0
1.7.1 1.7.1
2d82fcc5e16, release a1446103d70, release

2
runtime/Cargo.lock generated
View File

@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.8.12" version = "0.9.0"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.8.12" version = "0.9.0"
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.8.12" "version": "0.9.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {