Prepared release v26.1.1

This commit is contained in:
Thorsten Sommer 2026-01-11 16:59:15 +01:00
parent 00ee970786
commit 29725a8d0e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
9 changed files with 12 additions and 10 deletions

View File

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

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
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"),
new (229, "v0.9.54, build 229 (2025-11-24 18:28 UTC)", "v0.9.54.md"), new (229, "v0.9.54, build 229 (2025-11-24 18:28 UTC)", "v0.9.54.md"),
new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"), new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"),

View File

@ -190,7 +190,7 @@ public partial class Information : MSGComponentBase
## Notice ## Notice
Copyright 2025 Thorsten Sommer Copyright 2026 Thorsten Sommer
## Terms and Conditions ## Terms and Conditions

View File

@ -1,4 +1,4 @@
# v26.1.1, build 231 (2026-01-xx xx:xx UTC) # v26.1.1, build 231 (2026-01-11 15:53 UTC)
- Added the option to attach files, including images, to chat templates. You can also define templates with file attachments through a configuration plugin. These file attachments arent copied—theyre re-read every time. That means the AI will pick up any updates you make to those files. - Added the option to attach files, including images, to chat templates. You can also define templates with file attachments through a configuration plugin. These file attachments arent copied—theyre re-read every time. That means the AI will pick up any updates you make to those files.
- Added the option to use source code files in chats and document analysis. This supports software development workflows. - Added the option to use source code files in chats and document analysis. This supports software development workflows.
- Added a preview feature that lets you record your own voice for transcription. The feature remains in development and appears only when the preview feature is enabled. - Added a preview feature that lets you record your own voice for transcription. The feature remains in development and appears only when the preview feature is enabled.

View File

@ -0,0 +1 @@
# v26.1.2, build 232 (2026-01-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.10.0 26.1.1
2025-12-31 14:04:01 UTC 2026-01-11 15:53:55 UTC
230 231
9.0.112 (commit 49aa03442a) 9.0.112 (commit 49aa03442a)
9.0.11 (commit fa7cdded37) 9.0.11 (commit fa7cdded37)
1.92.0 (commit ded5c06cf) 1.92.0 (commit ded5c06cf)
8.15.0 8.15.0
1.8.1 1.8.1
783782bad99, release 4cf44e91d2c, release
osx-arm64 osx-arm64
137.0.7215.0 137.0.7215.0

2
runtime/Cargo.lock generated
View File

@ -2741,7 +2741,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.10.0" version = "26.1.1"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.10.0" version = "26.1.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": "0.10.0" "version": "26.1.1"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {