mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 02:41:37 +00:00
Prepared release v26.1.1
This commit is contained in:
parent
00ee970786
commit
29725a8d0e
@ -6,7 +6,7 @@ FSL-1.1-MIT
|
||||
|
||||
## Notice
|
||||
|
||||
Copyright 2025 Thorsten Sommer
|
||||
Copyright 2026 Thorsten Sommer
|
||||
|
||||
## Terms and Conditions
|
||||
|
||||
|
||||
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
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 (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"),
|
||||
|
||||
@ -190,7 +190,7 @@ public partial class Information : MSGComponentBase
|
||||
|
||||
## Notice
|
||||
|
||||
Copyright 2025 Thorsten Sommer
|
||||
Copyright 2026 Thorsten Sommer
|
||||
|
||||
## Terms and Conditions
|
||||
|
||||
|
||||
@ -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 aren’t copied—they’re 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 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.
|
||||
|
||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.1.2.md
Normal file
@ -0,0 +1 @@
|
||||
# v26.1.2, build 232 (2026-01-xx xx:xx UTC)
|
||||
@ -1,11 +1,11 @@
|
||||
0.10.0
|
||||
2025-12-31 14:04:01 UTC
|
||||
230
|
||||
26.1.1
|
||||
2026-01-11 15:53:55 UTC
|
||||
231
|
||||
9.0.112 (commit 49aa03442a)
|
||||
9.0.11 (commit fa7cdded37)
|
||||
1.92.0 (commit ded5c06cf)
|
||||
8.15.0
|
||||
1.8.1
|
||||
783782bad99, release
|
||||
4cf44e91d2c, release
|
||||
osx-arm64
|
||||
137.0.7215.0
|
||||
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2741,7 +2741,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.10.0"
|
||||
version = "26.1.1"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.10.0"
|
||||
version = "26.1.1"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.10.0"
|
||||
"version": "26.1.1"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user