mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:52:10 +00:00
Prepared release v26.7.3
This commit is contained in:
parent
3fd4006388
commit
8701b80e5a
@ -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"),
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.7.4.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.7.4.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v26.7.4, build 246 (2026-07-xx xx:xx UTC)
|
||||||
@ -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
2
runtime/Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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"]
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user