Prepared release v0.9.23

This commit is contained in:
Thorsten Sommer 2025-01-02 20:45:20 +01:00
parent dd03889d10
commit dfb6f4192e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
8 changed files with 11 additions and 10 deletions

View File

@ -6,7 +6,7 @@ FSL-1.1-MIT
## Notice
Copyright 2024 Thorsten Sommer
Copyright 2025 Thorsten Sommer
## Terms and Conditions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"),
new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"),
new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"),
new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"),

View File

@ -35,7 +35,7 @@ public partial class About : ComponentBase
## Notice
Copyright 2024 Thorsten Sommer
Copyright 2025 Thorsten Sommer
## Terms and Conditions

View File

@ -1,4 +1,4 @@
# v0.9.23, build 198 (2024-12-xx xx:xx UTC)
# v0.9.23, build 198 (2025-01-02 19:39 UTC)
- Added an ERI server coding assistant as a preview feature behind the RAG feature flag. This helps you implement an ERI server to gain access to, e.g., your enterprise data from within AI Studio.
- Improved dark mode: Code blocks are now displayed in a dark theme as well (previously, they were displayed in a light theme, no matter what).
- Improved profile handling: Every chat remembers the last profile used.

View File

@ -1,9 +1,9 @@
0.9.22
2024-12-04 10:58:01 UTC
197
0.9.23
2025-01-02 19:39:00 UTC
198
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.83.0 (commit 90b35a623)
7.15.0
1.8.1
d437d086407, release
dd03889d10b, release

2
runtime/Cargo.lock generated
View File

@ -2319,7 +2319,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.22"
version = "0.9.23"
dependencies = [
"aes",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.22"
version = "0.9.23"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

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