Prepared release v0.9.53

This commit is contained in:
Thorsten Sommer 2025-11-14 14:19:49 +01:00
parent bac0b49dce
commit dba75b9b9a
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
11 changed files with 11 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"),
new (227, "v0.9.52, build 227 (2025-10-24 06:00 UTC)", "v0.9.52.md"),
new (226, "v0.9.51, build 226 (2025-09-04 18:02 UTC)", "v0.9.51.md"),
new (225, "v0.9.50, build 225 (2025-08-10 16:40 UTC)", "v0.9.50.md"),

View File

@ -1,4 +1,4 @@
# v0.9.53, build 228 (2025-10-xx xx:xx UTC)
# v0.9.53, build 228 (2025-11-14 13:14 UTC)
- Added expert settings to the provider dialog to enable setting additional parameters. Also, additional parameters can be configured by configuration plugins for enterprise scenarios. Thanks to Peer (`peerschuett`) for this contribution.
- Added the ability to export AI responses from the chat into Microsoft Word files. Thank you, Sabrina (`Sabrina-devops`), for your first contribution.
- Added the ability to use documents as input for profile fields.

View File

@ -0,0 +1 @@
# v0.9.54, build 229 (2025-11-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.52
2025-10-24 06:00:03 UTC
227
0.9.53
2025-11-14 13:14:31 UTC
228
9.0.112 (commit 49aa03442a)
9.0.11 (commit fa7cdded37)
1.91.1 (commit ed61e7d7e)
8.12.0
1.8.1
38103121c9a, release
bac0b49dce9, release
osx-arm64
137.0.7215.0

2
runtime/Cargo.lock generated
View File

@ -2599,7 +2599,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.52"
version = "0.9.53"
dependencies = [
"aes",
"arboard",

View File

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

View File

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