Skip to content

Commit 5a077e1

Browse files
Fixed the date of the release (#296)
1 parent 8dd5b3b commit 5a077e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16-
new (204, "v0.9.29, build 204 (2025-02-23 13:48 UTC)", "v0.9.29.md"),
16+
new (204, "v0.9.29, build 204 (2025-02-24 13:48 UTC)", "v0.9.29.md"),
1717
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),
1818
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),
1919
new (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.29, build 204 (2025-02-23 13:48 UTC)
1+
# v0.9.29, build 204 (2025-02-24 13:48 UTC)
22
- 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.
33
- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag.
44
- Added an option to preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.

0 commit comments

Comments
 (0)