From ebe00812e2d52aabeef3d109a1532f8f21a69e16 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 13 Jan 2025 20:20:40 +0100 Subject: [PATCH] Prepared release v0.9.26 (#262) --- README.md | 2 +- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/packages.lock.json | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md | 2 +- metadata.txt | 10 +++++----- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dc9f053..d906b58 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Things we are currently working on: - [x] ~~App: Add an option to show preview features (PR [#222](https://github.com/MindWorkAI/AI-Studio/pull/222))~~ - [x] ~~App: Configure embedding providers (PR [#224](https://github.com/MindWorkAI/AI-Studio/pull/224))~~ - [x] ~~App: Implement an [ERI](https://github.com/MindWorkAI/ERI) server coding assistant (PR [#231](https://github.com/MindWorkAI/AI-Studio/pull/231))~~ - - [ ] App: Management of data sources (local & external data via [ERI](https://github.com/MindWorkAI/ERI)) + - [x] ~~App: Management of data sources (local & external data via [ERI](https://github.com/MindWorkAI/ERI)) (PR [#259](https://github.com/MindWorkAI/AI-Studio/pull/259))~~ - [ ] Runtime: Extract data from txt / md / pdf / docx / xlsx files - [ ] (*Optional*) Runtime: Implement internal embedding provider through [fastembed-rs](https://github.com/Anush008/fastembed-rs) - [ ] App: Implement external embedding providers diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index ea20547..b8a6320 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 (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"), new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"), new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"), new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"), diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index d1c6dae..a413321 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -210,6 +210,6 @@ "type": "Project" } }, - "net8.0/osx-arm64": {} + "net8.0/osx-x64": {} } } \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md index c23e840..138a239 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.26.md @@ -1,4 +1,4 @@ -# v0.9.26, build 201 (2025-01-xx xx:xx UTC) +# v0.9.26, build 201 (2025-01-13 19:11 UTC) - Added the ability to configure local and remote (ERI) data sources in the settings as a preview feature behind the RAG feature flag. - Fixed the ERI server assistant to ask for confirmation before deleting a ERI server preset. - Fixed a bug in the ERI server assistant that allowed an empty directory as a base directory for the code generation. diff --git a/metadata.txt b/metadata.txt index b43df06..75d83a3 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.25 -2025-01-04 18:33:07 UTC -200 +0.9.26 +2025-01-13 19:11:57 UTC +201 8.0.111 (commit f3835a7fb4) 8.0.11 (commit 9cb3b725e3) -1.83.0 (commit 90b35a623) +1.84.0 (commit 9fc6b4312) 7.15.0 1.8.1 -e4b1ea32fb6, release +ae72c50236f, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index a7c4a12..66c38b9 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2319,7 +2319,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.25" +version = "0.9.26" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c208b1b..a7ffac0 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.25" +version = "0.9.26" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 7b802a5..7d5e28b 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.25" + "version": "0.9.26" }, "tauri": { "allowlist": {