From 5a077e1bdb9fa28a50d1f80a3cbbdf419e522172 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 24 Feb 2025 15:06:51 +0100 Subject: [PATCH] Fixed the date of the release (#296) --- app/MindWork AI Studio/Components/Changelog.Logs.cs | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 95e005b..addfa18 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,7 +13,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ - new (204, "v0.9.29, build 204 (2025-02-23 13:48 UTC)", "v0.9.29.md"), + new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"), 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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md index a82bb89..02f0d51 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md @@ -1,4 +1,4 @@ -# v0.9.29, build 204 (2025-02-23 13:48 UTC) +# v0.9.29, build 204 (2025-02-24 13:48 UTC) - Added the possibility to select data sources for chats. This preview feature is hidden behind the RAG feature flag, check your app options in case you want to enable it. - Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag. - Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.