Prepared release v26.7.3

This commit is contained in:
Thorsten Sommer 2026-07-15 21:18:04 +02:00
parent 3fd4006388
commit 8701b80e5a
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 (245, "v26.7.3, build 245 (2026-07-15 19:10 UTC)", "v26.7.3.md"),
new (244, "v26.7.2, build 244 (2026-07-06 18:35 UTC)", "v26.7.2.md"), new (244, "v26.7.2, build 244 (2026-07-06 18:35 UTC)", "v26.7.2.md"),
new (243, "v26.7.1, build 243 (2026-07-05 16:39 UTC)", "v26.7.1.md"), new (243, "v26.7.1, build 243 (2026-07-05 16:39 UTC)", "v26.7.1.md"),
new (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"), new (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"),

View File

@ -1,4 +1,4 @@
# v26.7.3, build 245 (2026-07-xx xx:xx UTC) # v26.7.3, build 245 (2026-07-15 19:10 UTC)
- Added support for OpenAI GPT-5.6 Sol, Terra, and Luna; Anthropic Claude Fable 5 and Mythos 5; and Google Gemini 3 Flash, Gemini 3.1 Flash-Lite, Gemini 3.1 Pro, and Gemini 3.5 Flash. - Added support for OpenAI GPT-5.6 Sol, Terra, and Luna; Anthropic Claude Fable 5 and Mythos 5; and Google Gemini 3 Flash, Gemini 3.1 Flash-Lite, Gemini 3.1 Pro, and Gemini 3.5 Flash.
- Added a log viewer assistant that shows AI Studio log files in a read-only view with search, log filters, highlighting, and auto-refresh. - Added a log viewer assistant that shows AI Studio log files in a read-only view with search, log filters, highlighting, and auto-refresh.
- Added audio and video transcription for chats and assistants. AI Studio now prepares supported media locally, sends only normalized audio to the configured transcription provider, and attaches the resulting transcript instead of the original media. - Added audio and video transcription for chats and assistants. AI Studio now prepares supported media locally, sends only normalized audio to the configured transcription provider, and attaches the resulting transcript instead of the original media.

View File

@ -0,0 +1 @@
# v26.7.4, build 246 (2026-07-xx xx:xx UTC)

View File

@ -1,12 +1,12 @@
26.7.2 26.7.3
2026-07-06 18:35:11 UTC 2026-07-15 19:10:35 UTC
244 245
9.0.119 (commit 32cc3bdf5e) 9.0.119 (commit 32cc3bdf5e)
9.0.18 (commit d839c41c85) 9.0.18 (commit d839c41c85)
1.97.0 (commit 2d8144b78) 1.97.0 (commit 2d8144b78)
8.15.0 8.15.0
2.11.5 2.11.5
4a15ff26655, release d960e49e79d, release
osx-arm64 osx-arm64
148.0.7763.0 148.0.7763.0
0.7.2 0.7.2

2
runtime/Cargo.lock generated
View File

@ -4081,7 +4081,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "26.7.2" version = "26.7.3"
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.7.2" version = "26.7.3"
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.7.2", "version": "26.7.3",
"identifier": "com.github.mindwork-ai.ai-studio", "identifier": "com.github.mindwork-ai.ai-studio",
"build": { "build": {