diff --git a/app/MindWork AI Studio/Assistants/I18N/allTexts.lua b/app/MindWork AI Studio/Assistants/I18N/allTexts.lua index b458beba..865c2d7d 100644 --- a/app/MindWork AI Studio/Assistants/I18N/allTexts.lua +++ b/app/MindWork AI Studio/Assistants/I18N/allTexts.lua @@ -7174,6 +7174,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3801531724"] = "Configuration so -- this version does not met the requirements UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3813932670"] = "this version does not met the requirements" +-- On Linux, ashpd provides access to desktop portals, allowing AI Studio to open folders and files for the user. +UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3871176264"] = "On Linux, ashpd provides access to desktop portals, allowing AI Studio to open folders and files for the user." + -- This library is used to access the Windows registry. We use this for Windows enterprise environments to read the desired configuration. UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3874337003"] = "This library is used to access the Windows registry. We use this for Windows enterprise environments to read the desired configuration." diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index d8309546..6a7b1113 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog 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 (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"), diff --git a/app/MindWork AI Studio/MindWork AI Studio.csproj b/app/MindWork AI Studio/MindWork AI Studio.csproj index c82857be..16026256 100644 --- a/app/MindWork AI Studio/MindWork AI Studio.csproj +++ b/app/MindWork AI Studio/MindWork AI Studio.csproj @@ -51,7 +51,7 @@ - + diff --git a/app/MindWork AI Studio/Pages/Information.razor b/app/MindWork AI Studio/Pages/Information.razor index 4979592d..7f36c2df 100644 --- a/app/MindWork AI Studio/Pages/Information.razor +++ b/app/MindWork AI Studio/Pages/Information.razor @@ -288,6 +288,7 @@ @if (OperatingSystem.IsLinux()) { + } diff --git a/app/MindWork AI Studio/Pages/Plugins.razor.cs b/app/MindWork AI Studio/Pages/Plugins.razor.cs index 23bcb7da..da57e092 100644 --- a/app/MindWork AI Studio/Pages/Plugins.razor.cs +++ b/app/MindWork AI Studio/Pages/Plugins.razor.cs @@ -4,7 +4,6 @@ using AIStudio.Dialogs; using AIStudio.Settings.DataModel; using AIStudio.Tools.PluginSystem.Assistants; using AIStudio.Tools.PluginSystem; -using AIStudio.Tools.Services; using Microsoft.AspNetCore.Components; using DialogOptions = AIStudio.Dialogs.DialogOptions; diff --git a/app/MindWork AI Studio/Plugins/languages/de-de-43065dbc-78d0-45b7-92be-f14c2926e2dc/plugin.lua b/app/MindWork AI Studio/Plugins/languages/de-de-43065dbc-78d0-45b7-92be-f14c2926e2dc/plugin.lua index cf755036..f43eac29 100644 --- a/app/MindWork AI Studio/Plugins/languages/de-de-43065dbc-78d0-45b7-92be-f14c2926e2dc/plugin.lua +++ b/app/MindWork AI Studio/Plugins/languages/de-de-43065dbc-78d0-45b7-92be-f14c2926e2dc/plugin.lua @@ -7176,6 +7176,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3801531724"] = "Quelle der Konfi -- this version does not met the requirements UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3813932670"] = "diese Version erfüllt die Anforderungen nicht" +-- On Linux, ashpd provides access to desktop portals, allowing AI Studio to open folders and files for the user. +UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3871176264"] = "Unter Linux ermöglicht ashpd den Zugriff auf Desktop-Portale, sodass AI Studio Ordner und Dateien für den Nutzer öffnen kann." + -- This library is used to access the Windows registry. We use this for Windows enterprise environments to read the desired configuration. UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3874337003"] = "Diese Bibliothek wird verwendet, um auf die Windows-Registry zuzugreifen. Wir nutzen sie in Windows-Unternehmensumgebungen, um die gewünschte Konfiguration auszulesen." diff --git a/app/MindWork AI Studio/Plugins/languages/en-us-97dfb1ba-50c4-4440-8dfa-6575daf543c8/plugin.lua b/app/MindWork AI Studio/Plugins/languages/en-us-97dfb1ba-50c4-4440-8dfa-6575daf543c8/plugin.lua index c716b6fb..91c8267a 100644 --- a/app/MindWork AI Studio/Plugins/languages/en-us-97dfb1ba-50c4-4440-8dfa-6575daf543c8/plugin.lua +++ b/app/MindWork AI Studio/Plugins/languages/en-us-97dfb1ba-50c4-4440-8dfa-6575daf543c8/plugin.lua @@ -7176,6 +7176,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3801531724"] = "Configuration so -- this version does not met the requirements UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3813932670"] = "this version does not met the requirements" +-- On Linux, ashpd provides access to desktop portals, allowing AI Studio to open folders and files for the user. +UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3871176264"] = "On Linux, ashpd provides access to desktop portals, allowing AI Studio to open folders and files for the user." + -- This library is used to access the Windows registry. We use this for Windows enterprise environments to read the desired configuration. UI_TEXT_CONTENT["AISTUDIO::PAGES::INFORMATION::T3874337003"] = "This library is used to access the Windows registry. We use this for Windows enterprise environments to read the desired configuration." diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index 0a2d8a16..aa38ead2 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -32,18 +32,18 @@ }, "Microsoft.Extensions.FileProviders.Embedded": { "type": "Direct", - "requested": "[9.0.17, )", - "resolved": "9.0.17", - "contentHash": "ItYX3BajZhWwq1wmvUnYA1jahNi9jyy2BMGzyWPTgdSuay8FfMF0gAfNe8mVE6F+GJaQWymElj8hKimRmGxOzw==", + "requested": "[9.0.18, )", + "resolved": "9.0.18", + "contentHash": "+t0Bq5qZZ/zbmO4X70nDMC+anTsNSCxNvjtqXmRiUwh53cNfMoXkB/R95rUO9+yFYhsTR7B302ys9LqXDdIt6g==", "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.17" + "Microsoft.Extensions.FileProviders.Abstractions": "9.0.18" } }, "Microsoft.NET.ILLink.Tasks": { "type": "Direct", - "requested": "[9.0.17, )", - "resolved": "9.0.17", - "contentHash": "P5qY/hIYMlo0+QRM0W3Gd/SRf20TX+z5W5NwpdzkOk0FtgcbSTNwNcYBRNDgfThFcLpcDFslz65RcGqWOq00/w==" + "requested": "[9.0.18, )", + "resolved": "9.0.18", + "contentHash": "ztGVXB28bi8SeplFmAx+4MkqP1ieA4UNzj/M3qyyz5tLa37Ln8x8LuaXdxzzoOdaucjQBKXSdCMFSbpQaNGIEg==" }, "MudBlazor": { "type": "Direct", @@ -159,10 +159,10 @@ }, "Microsoft.Extensions.FileProviders.Abstractions": { "type": "Transitive", - "resolved": "9.0.17", - "contentHash": "uTkT+/Km0tEPOw9kiLTXJwXlEVQZ5IBxRQm2EvIAwebfKqqaVY/ClkgcZ7FyzzwqFkFmhklWet4Ju4yWRy5jPg==", + "resolved": "9.0.18", + "contentHash": "YqkFlTwnVSMuunsf8IT9b+KySfm6vnMBBM+CKYCfXfjRMQ62uFggVOEu4C2cgR4fXpEO1rZ6utUZC1KoYKgiSg==", "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.17" + "Microsoft.Extensions.Primitives": "9.0.18" } }, "Microsoft.Extensions.Localization": { @@ -200,8 +200,8 @@ }, "Microsoft.Extensions.Primitives": { "type": "Transitive", - "resolved": "9.0.17", - "contentHash": "WBjZ/zeb6PyCLT6lpGSzNtdMyRDloFSPqjY9kIGb5rdSng03rd0+ix/jDEYU6DUjE7JVLuhggXeMONVBxBHEXg==" + "resolved": "9.0.18", + "contentHash": "hfHudMC5zDlwMrC0HiHOJesSHMvM+CdqjomjcV/YVzFq5dfSpBRvyRLm1n1Bfh41ZpQnyJzqX+YEo95BAmcDAQ==" }, "Microsoft.JSInterop": { "type": "Transitive", diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md b/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md index 686971b1..10d18f05 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.7.3.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 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. @@ -14,5 +14,6 @@ - Fixed being able to switch document analysis policies while an analysis or media transcription was still in progress. - Fixed file extension handling so files are recognized correctly regardless of uppercase or lowercase letters in their extensions. Thanks, Paul Schweiß, for reporting this issue. - Upgraded Rust to v1.97.0. +- Upgraded .NET to v9.0.18. - Upgraded Tauri to v2.11.5. - Upgraded common dependencies. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.7.4.md b/app/MindWork AI Studio/wwwroot/changelog/v26.7.4.md new file mode 100644 index 00000000..e1c21ef5 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.7.4.md @@ -0,0 +1 @@ +# v26.7.4, build 246 (2026-07-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index ab95e838..f27a7640 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,12 +1,12 @@ -26.7.2 -2026-07-06 18:35:11 UTC -244 -9.0.118 (commit c8cbca4ed1) -9.0.17 (commit f2c8152eed) +26.7.3 +2026-07-15 19:10:35 UTC +245 +9.0.119 (commit 32cc3bdf5e) +9.0.18 (commit d839c41c85) 1.97.0 (commit 2d8144b78) 8.15.0 2.11.5 -4a15ff26655, release +d960e49e79d, release osx-arm64 148.0.7763.0 0.7.2 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index d48d820b..7415b7ef 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -4081,7 +4081,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "26.7.2" +version = "26.7.3" dependencies = [ "aes 0.9.1", "apple-native-keyring-store", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 1a8f58b5..823de95d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "26.7.2" +version = "26.7.3" edition = "2024" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 4fc34089..f3a7bb47 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio", - "version": "26.7.2", + "version": "26.7.3", "identifier": "com.github.mindwork-ai.ai-studio", "build": {