diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 8d95f65b..5d700c8f 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 (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"), new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"), 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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.28.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.28.md index 8bdd8bee..62e2a05c 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.28.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.28.md @@ -1,4 +1,4 @@ -# v0.9.28, build 203 (2025-0x-xx xx:xx UTC) +# v0.9.28, build 203 (2025-02-09 16:33 UTC) - Added an information view to all data sources to the data source configuration page. The data source configuration is a preview feature behind the RAG feature flag. - Added a ERI ((E)xternal (R)etrieval (I)nterface) client for communication with any ERI server. - Added the option to select the default app provider in the assistant settings under provider selection. Thank you, Peer (`peerschuett`), for reporting the issue. @@ -6,4 +6,4 @@ - Added content contributors to the supporter page. We thank Luc (`DevNullx64`) for his build script contribution as well as Kerstin (`KeSah001`) for creating the Wiki pages. - Improved the resource handling when loading models. - Improved the build script to support Arch Linux and other Linux distributions, along with Rust nightly environments. Thanks `SolsticeSpectrum` for the contribution. -- Upgraded the dependencies OpenSSL, MudBlazor, `rand`, `rand_chacha`, and others to the latest usable versions. \ No newline at end of file +- Upgraded the dependencies Rust, .NET, OpenSSL, MudBlazor, `rand`, `rand_chacha`, and others to the latest usable versions. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 4f94d540..c1855471 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.27 -2025-01-21 18:24:04 UTC -202 -8.0.111 (commit f3835a7fb4) -8.0.11 (commit 9cb3b725e3) -1.84.0 (commit 9fc6b4312) -7.15.0 +0.9.28 +2025-02-09 16:33:40 UTC +203 +8.0.112 (commit f7cd007b9d) +8.0.12 (commit 89ef51c5d8) +1.84.1 (commit e71f9a9a9) +7.16.0 1.8.1 -940459ca467, release +6da4cf1425f, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index f2b12f43..eb8863a8 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2331,7 +2331,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.27" +version = "0.9.28" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a611dd97..2dbacbd9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.27" +version = "0.9.28" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index c015ff1f..66f35bf2 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.27" + "version": "0.9.28" }, "tauri": { "allowlist": {