diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 0efbb2ad..18b680a9 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog 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 (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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.0.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.0.md index 3a0bce6b..9c0d5964 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.0.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.0.md @@ -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. - 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. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 6a21edab..422f00a1 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.8.12 -2024-08-24 08:30:01 UTC -174 +0.9.0 +2024-09-01 18:04:01 UTC +175 8.0.108 (commit 665a05cea7) 8.0.8 (commit 08338fcaa5) 1.80.1 (commit 3f5fd8dd4) 7.6.0 1.7.1 -2d82fcc5e16, release +a1446103d70, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index f84c23dd..7cead009 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.8.12" +version = "0.9.0" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9bb02118..231ae6c3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.8.12" +version = "0.9.0" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index bda141b5..8d2bf732 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.8.12" + "version": "0.9.0" }, "tauri": { "allowlist": {