Skip to content

Commit 9699754

Browse files
Prepared release v0.9.29 (#292)
1 parent 64656d3 commit 9699754

File tree

9 files changed

+183
-335
lines changed

9 files changed

+183
-335
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +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 14:26 UTC)", "v0.9.29.md"),
1617
new (203, "v0.9.28, build 203 (2025-02-09 16:33 UTC)", "v0.9.28.md"),
1718
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),
1819
new (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),

app/MindWork AI Studio/MindWork AI Studio.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ItemGroup>
4848
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="7.1.0" />
4949
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
50-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.1" />
50+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.2" />
5151
<PackageReference Include="MudBlazor" Version="7.16.0" />
5252
<PackageReference Include="MudBlazor.Markdown" Version="7.14.0" />
5353
<PackageReference Include="ReverseMarkdown" Version="4.6.0" />

app/MindWork AI Studio/packages.lock.json

+13-168
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"Microsoft.Extensions.FileProviders.Embedded": {
2626
"type": "Direct",
27-
"requested": "[9.0.1, )",
28-
"resolved": "9.0.1",
29-
"contentHash": "Pnw9plviwRguhVxHjthooumWH8yUxfF54tuu/+VoVBOuqBmzu6VUnn4NGf3eVkEO1k5q2nihOIAQL/7UMemSmQ==",
27+
"requested": "[9.0.2, )",
28+
"resolved": "9.0.2",
29+
"contentHash": "guQjtnav6bkds3jBqvzLUN3CtFhrwwE2MvES4kukalrFnRkFCncumYBrycM3urilJ7ffetA1/XBcD5ChMJa+AA==",
3030
"dependencies": {
31-
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.1"
31+
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.2"
3232
}
3333
},
3434
"Microsoft.NET.ILLink.Tasks": {
3535
"type": "Direct",
36-
"requested": "[8.0.12, )",
37-
"resolved": "8.0.12",
38-
"contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig=="
36+
"requested": "[8.0.13, )",
37+
"resolved": "8.0.13",
38+
"contentHash": "R19ZTaRiQAK+xo9ZwaHbF/1vb1wwR1Wn5+sqp9v8+CDjbdS8R6qftKdw0VSXWKm7VAMi7P+NCU4zxDzhEWcAwQ=="
3939
},
4040
"MudBlazor": {
4141
"type": "Direct",
@@ -77,11 +77,6 @@
7777
"resolved": "31.0.3",
7878
"contentHash": "ygck8DR4mG/VDA/LgIVVGpEtXXPDVaaNZNJGrOAJ4pckVw4MbAQ3n/u6YFDv3bwlQhlxTmPhCyk5E4hxe96Crg=="
7979
},
80-
"Humanizer.Core": {
81-
"type": "Transitive",
82-
"resolved": "2.14.1",
83-
"contentHash": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw=="
84-
},
8580
"Markdig": {
8681
"type": "Transitive",
8782
"resolved": "0.37.0",
@@ -137,56 +132,6 @@
137132
"resolved": "8.0.11",
138133
"contentHash": "cy04xnMSTXTkRPjEwseRz57R5zjR/CWsdEOHH6NhWbNl97k+U1w6dSjqIOC7kv08tyzmM30FzIilSDtE5HdL/A=="
139134
},
140-
"Microsoft.Bcl.AsyncInterfaces": {
141-
"type": "Transitive",
142-
"resolved": "6.0.0",
143-
"contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg=="
144-
},
145-
"Microsoft.CodeAnalysis.Common": {
146-
"type": "Transitive",
147-
"resolved": "4.3.0",
148-
"contentHash": "Hhaw6DKZHiR+vgOdIqvndfUntJhmDR7MjylUJ55EvWtDyJFLDf2eij8r9tcwXP35FLD+bVNNCO0+KIYuvJjNnA==",
149-
"dependencies": {
150-
"Microsoft.CodeAnalysis.Analyzers": "3.3.3",
151-
"System.Collections.Immutable": "6.0.0",
152-
"System.Memory": "4.5.4",
153-
"System.Reflection.Metadata": "5.0.0",
154-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
155-
"System.Text.Encoding.CodePages": "6.0.0",
156-
"System.Threading.Tasks.Extensions": "4.5.4"
157-
}
158-
},
159-
"Microsoft.CodeAnalysis.CSharp": {
160-
"type": "Transitive",
161-
"resolved": "4.3.0",
162-
"contentHash": "0PU4a2h7L6N9SlF/oNHwj2A/+n0LK/7n6PEGvXyIZq8hc7r/TztB+47mhVLvapT6bWSV7nMT78cNxbQuC6tk6g==",
163-
"dependencies": {
164-
"Microsoft.CodeAnalysis.Common": "[4.3.0]"
165-
}
166-
},
167-
"Microsoft.CodeAnalysis.CSharp.Workspaces": {
168-
"type": "Transitive",
169-
"resolved": "4.3.0",
170-
"contentHash": "CH2kezeYUD9/+nGs7QZ6xpOqD6OH6000YkAyU8LbhqLp7W65Xb+HerBzDX9yfprmRwArlF887QhZd8nW6enHIg==",
171-
"dependencies": {
172-
"Humanizer.Core": "2.14.1",
173-
"Microsoft.CodeAnalysis.CSharp": "[4.3.0]",
174-
"Microsoft.CodeAnalysis.Common": "[4.3.0]",
175-
"Microsoft.CodeAnalysis.Workspaces.Common": "[4.3.0]"
176-
}
177-
},
178-
"Microsoft.CodeAnalysis.Workspaces.Common": {
179-
"type": "Transitive",
180-
"resolved": "4.3.0",
181-
"contentHash": "oFF7lU3dQIeEbAVF6Qq/YEA4jvys3oQKkDezP8NcQTFgD8uRUiIA4NimRxANaWxK2n2PT4DAQspIOtrAE2hSdA==",
182-
"dependencies": {
183-
"Humanizer.Core": "2.14.1",
184-
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
185-
"Microsoft.CodeAnalysis.Common": "[4.3.0]",
186-
"System.Composition": "6.0.0",
187-
"System.IO.Pipelines": "6.0.3"
188-
}
189-
},
190135
"Microsoft.Extensions.DependencyInjection": {
191136
"type": "Transitive",
192137
"resolved": "8.0.1",
@@ -202,10 +147,10 @@
202147
},
203148
"Microsoft.Extensions.FileProviders.Abstractions": {
204149
"type": "Transitive",
205-
"resolved": "9.0.1",
206-
"contentHash": "DguZYt1DWL05+8QKWL3b6bW7A2pC5kYFMY5iXM6W2M23jhvcNa8v6AU8PvVJBcysxHwr9/jax0agnwoBumsSwg==",
150+
"resolved": "9.0.2",
151+
"contentHash": "IcOBmTlr2jySswU+3x8c3ql87FRwTVPQgVKaV5AXzPT5u0VItfNU8SMbESpdSp5STwxT/1R99WYszgHWsVkzhg==",
207152
"dependencies": {
208-
"Microsoft.Extensions.Primitives": "9.0.1"
153+
"Microsoft.Extensions.Primitives": "9.0.2"
209154
}
210155
},
211156
"Microsoft.Extensions.Localization": {
@@ -243,125 +188,25 @@
243188
},
244189
"Microsoft.Extensions.Primitives": {
245190
"type": "Transitive",
246-
"resolved": "9.0.1",
247-
"contentHash": "bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g=="
191+
"resolved": "9.0.2",
192+
"contentHash": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA=="
248193
},
249194
"Microsoft.JSInterop": {
250195
"type": "Transitive",
251196
"resolved": "8.0.11",
252197
"contentHash": "UYSbAkNGTWVUne3I04/9IRQel3Bt1Ww6Y5cjvZEZ89rWhBD1yWu7YDotvQS62V6mgSfFaXXPGrCUm1VG824QXw=="
253198
},
254-
"System.Collections.Immutable": {
255-
"type": "Transitive",
256-
"resolved": "6.0.0",
257-
"contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
258-
"dependencies": {
259-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
260-
}
261-
},
262-
"System.Composition": {
263-
"type": "Transitive",
264-
"resolved": "6.0.0",
265-
"contentHash": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==",
266-
"dependencies": {
267-
"System.Composition.AttributedModel": "6.0.0",
268-
"System.Composition.Convention": "6.0.0",
269-
"System.Composition.Hosting": "6.0.0",
270-
"System.Composition.Runtime": "6.0.0",
271-
"System.Composition.TypedParts": "6.0.0"
272-
}
273-
},
274-
"System.Composition.AttributedModel": {
275-
"type": "Transitive",
276-
"resolved": "6.0.0",
277-
"contentHash": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w=="
278-
},
279-
"System.Composition.Convention": {
280-
"type": "Transitive",
281-
"resolved": "6.0.0",
282-
"contentHash": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==",
283-
"dependencies": {
284-
"System.Composition.AttributedModel": "6.0.0"
285-
}
286-
},
287-
"System.Composition.Hosting": {
288-
"type": "Transitive",
289-
"resolved": "6.0.0",
290-
"contentHash": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==",
291-
"dependencies": {
292-
"System.Composition.Runtime": "6.0.0"
293-
}
294-
},
295-
"System.Composition.Runtime": {
296-
"type": "Transitive",
297-
"resolved": "6.0.0",
298-
"contentHash": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg=="
299-
},
300-
"System.Composition.TypedParts": {
301-
"type": "Transitive",
302-
"resolved": "6.0.0",
303-
"contentHash": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==",
304-
"dependencies": {
305-
"System.Composition.AttributedModel": "6.0.0",
306-
"System.Composition.Hosting": "6.0.0",
307-
"System.Composition.Runtime": "6.0.0"
308-
}
309-
},
310199
"System.IO.Pipelines": {
311200
"type": "Transitive",
312201
"resolved": "8.0.0",
313202
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
314203
},
315-
"System.Memory": {
316-
"type": "Transitive",
317-
"resolved": "4.5.4",
318-
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
319-
},
320-
"System.Reflection.Metadata": {
321-
"type": "Transitive",
322-
"resolved": "5.0.0",
323-
"contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ=="
324-
},
325-
"System.Runtime.CompilerServices.Unsafe": {
326-
"type": "Transitive",
327-
"resolved": "6.0.0",
328-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
329-
},
330-
"System.Text.Encoding.CodePages": {
331-
"type": "Transitive",
332-
"resolved": "6.0.0",
333-
"contentHash": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
334-
"dependencies": {
335-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
336-
}
337-
},
338-
"System.Threading.Tasks.Extensions": {
339-
"type": "Transitive",
340-
"resolved": "4.5.4",
341-
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
342-
},
343204
"ZXing.Net": {
344205
"type": "Transitive",
345206
"resolved": "0.16.9",
346207
"contentHash": "7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ=="
347-
},
348-
"sourcecoderules": {
349-
"type": "Project",
350-
"dependencies": {
351-
"Microsoft.CodeAnalysis.CSharp": "[4.3.0, )",
352-
"Microsoft.CodeAnalysis.CSharp.Workspaces": "[4.3.0, )"
353-
}
354208
}
355209
},
356-
"net8.0/osx-arm64": {
357-
"System.Text.Encoding.CodePages": {
358-
"type": "Transitive",
359-
"resolved": "6.0.0",
360-
"contentHash": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
361-
"dependencies": {
362-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
363-
}
364-
}
365-
}
210+
"net8.0/osx-arm64": {}
366211
}
367212
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.29, build 204 (2025-02-xx xx:xx UTC)
1+
# v0.9.29, build 204 (2025-02-23 14:26 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.
@@ -8,4 +8,5 @@
88
- Improved confidence card for small spaces.
99
- Improved data security by enforcing provider filtering based on the chosen confidence level. To ensure this in the future, source code analyzers have been added to warn developers about insecure code.
1010
- Improved the readability of descriptions inside the ERI server assistant.
11-
- Fixed a bug in which 'APP_SETTINGS' appeared as a valid destination in the "send to" menu.
11+
- Fixed a bug in which `APP_SETTINGS` appeared as a valid destination in the "send to" menu.
12+
- Upgraded to Rust 1.85.0 and .NET 8.0.13.

0 commit comments

Comments
 (0)