Prepared release v26.6.1

This commit is contained in:
Thorsten Sommer 2026-06-11 15:53:57 +02:00
parent aa040b75d7
commit 38d04db1db
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 13 additions and 11 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"),
new (240, "v26.5.5, build 240 (2026-05-25 18:52 UTC)", "v26.5.5.md"), new (240, "v26.5.5, build 240 (2026-05-25 18:52 UTC)", "v26.5.5.md"),
new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"), new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"),
new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"), new (238, "v26.5.3, build 238 (2026-05-13 09:50 UTC)", "v26.5.3.md"),

View File

@ -1,4 +1,4 @@
# v26.6.1, build 241 (2026-06-xx xx:xx UTC) # v26.6.1, build 241 (2026-06-11 13:49 UTC)
- Added support for up to 100 thousand enterprise configuration slots, using fixed-width slot names such as `config_00000` while keeping the existing first ten slot names compatible. - Added support for up to 100 thousand enterprise configuration slots, using fixed-width slot names such as `config_00000` while keeping the existing first ten slot names compatible.
- Added an enterprise configuration option to hide the quick start guide on the welcome page. - Added an enterprise configuration option to hide the quick start guide on the welcome page.
- Added support for managed custom root certificate bundles and host allowlists for external HTTPS requests, helping Flatpak deployments connect to organization-internal services with private root CAs while keeping built-in cloud provider endpoints on system trust. - Added support for managed custom root certificate bundles and host allowlists for external HTTPS requests, helping Flatpak deployments connect to organization-internal services with private root CAs while keeping built-in cloud provider endpoints on system trust.

View File

@ -0,0 +1 @@
# v26.6.2, build 242 (2026-06-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.5.5 26.6.1
2026-05-25 18:52:12 UTC 2026-06-11 13:49:24 UTC
240 241
9.0.117 (commit 6e241a69c1) 9.0.118 (commit c8cbca4ed1)
9.0.16 (commit a1e6809fb8) 9.0.17 (commit f2c8152eed)
1.96.0 (commit ac68faa20) 1.96.0 (commit ac68faa20)
8.15.0 8.15.0
2.11.2 2.11.2
d05ff26e628, release aa040b75d70, release
osx-arm64 osx-arm64
148.0.7763.0 148.0.7763.0
0.6.1 0.7.2

2
runtime/Cargo.lock generated
View File

@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.5.5" version = "26.6.1"
dependencies = [ dependencies = [
"aes 0.9.1", "aes 0.9.1",
"apple-native-keyring-store", "apple-native-keyring-store",

View File

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

View File

@ -1,7 +1,7 @@
{ {
"productName": "MindWork AI Studio", "productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio",
"version": "26.5.5", "version": "26.6.1",
"identifier": "com.github.mindwork-ai.ai-studio", "identifier": "com.github.mindwork-ai.ai-studio",
"build": { "build": {