Prepared release v0.9.53 (#573)
Some checks are pending
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions

This commit is contained in:
Thorsten Sommer 2025-11-14 14:34:31 +01:00 committed by GitHub
parent bac0b49dce
commit 70fbc74a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": {