Prepared release v26.2.1

This commit is contained in:
Thorsten Sommer 2026-02-01 20:18:50 +01:00
parent 8f9cd40d06
commit 968bc087e4
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 10 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"), new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),
new (231, "v26.1.1, build 231 (2026-01-11 15:53 UTC)", "v26.1.1.md"), new (231, "v26.1.1, build 231 (2026-01-11 15:53 UTC)", "v26.1.1.md"),
new (230, "v0.10.0, build 230 (2025-12-31 14:04 UTC)", "v0.10.0.md"), new (230, "v0.10.0, build 230 (2025-12-31 14:04 UTC)", "v0.10.0.md"),

View File

@ -1,4 +1,4 @@
# v26.2.1, build 233 (2026-02-xx xx:xx UTC) # v26.2.1, build 233 (2026-02-01 19:16 UTC)
- Added the ability to individually configure the minimum confidence level, standard profile, and default provider for each policy in the Document Analysis Assistant (in preview). - Added the ability to individually configure the minimum confidence level, standard profile, and default provider for each policy in the Document Analysis Assistant (in preview).
- Added support for defining document analysis policies (in preview) by configuration plugins, enabling centralized management of policies across entire departments or organizations. - Added support for defining document analysis policies (in preview) by configuration plugins, enabling centralized management of policies across entire departments or organizations.
- Added an option to hide the policy definition in the Document Analysis Assistant (in preview) when exporting and distributing that policy by a configuration plugin in organizations, making it easier for users to use. - Added an option to hide the policy definition in the Document Analysis Assistant (in preview) when exporting and distributing that policy by a configuration plugin in organizations, making it easier for users to use.

View File

@ -0,0 +1 @@
# v26.2.2, build 234 (2026-02-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
26.1.2 26.2.1
2026-01-25 14:05:29 UTC 2026-02-01 19:16:01 UTC
232 233
9.0.113 (commit 64f9f590b3) 9.0.113 (commit 64f9f590b3)
9.0.12 (commit 2f12400757) 9.0.12 (commit 2f12400757)
1.93.0 (commit 254b59607) 1.93.0 (commit 254b59607)
8.15.0 8.15.0
1.8.1 1.8.1
37293e4a7cb, release 8f9cd40d060, release
osx-arm64 osx-arm64
144.0.7543.0 144.0.7543.0

2
runtime/Cargo.lock generated
View File

@ -2770,7 +2770,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.1.2" version = "26.2.1"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

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