Prepared release v0.9.28

This commit is contained in:
Thorsten Sommer 2025-02-09 18:03:39 +01:00
parent 6da4cf1425
commit f9c2932216
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 14 additions and 13 deletions

View File

@ -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"),

View File

@ -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.
- Upgraded the dependencies Rust, .NET, OpenSSL, MudBlazor, `rand`, `rand_chacha`, and others to the latest usable versions.

View File

@ -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

2
runtime/Cargo.lock generated
View File

@ -2331,7 +2331,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.27"
version = "0.9.28"
dependencies = [
"aes",
"arboard",

View File

@ -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"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.27"
"version": "0.9.28"
},
"tauri": {
"allowlist": {