From 69288699b3773c415f99b5faed69ae0486f8241d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 9 Nov 2024 22:16:37 +0100 Subject: [PATCH] Prepared v0.9.18 (#202) --- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md | 6 ++++-- metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index e8c0a9b..68a78e2 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename) public static readonly Log[] LOGS = [ + new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"), new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"), new (191, "v0.9.16, build 191 (2024-11-02 22:04 UTC)", "v0.9.16.md"), new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md index 1d51270..b0bee02 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.18.md @@ -1,5 +1,7 @@ -# v0.9.18, build 193 (2024-11-xx xx:xx UTC) +# v0.9.18, build 193 (2024-11-09 21:10 UTC) - Added new Anthropic model `claude-3-5-heiku-20241022` as well as the alias `claude-3-5-heiku-latest`. - Added [Groq](https://console.groq.com/) as a provider option. - Added Google Gemini as a provider option. -- Improved model display while configuring a provider when the provider supports display names. \ No newline at end of file +- Improved model display while configuring a provider when the provider supports display names. +- Improved the bias catalog by cleaning up some artifacts. +- Refactored the runtime code as preparation for the integration of RAG (integrating your data and files in AI Studio). \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 422ffad..d3f950e 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.17 -2024-11-03 11:11:20 UTC -192 +0.9.18 +2024-11-09 21:10:03 UTC +193 8.0.110 (commit 87a66bb3d1) 8.0.10 (commit 81cabf2857) 1.82.0 (commit f6e511eec) 7.14.0 1.8.1 -14fc418aa68, release +826d15729b5, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 01d799b..72d83f0 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.17" +version = "0.9.18" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cceb174..2f45722 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.17" +version = "0.9.18" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index f4859d2..844c559 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.17" + "version": "0.9.18" }, "tauri": { "allowlist": {