mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Prepared release v26.8.1
This commit is contained in:
parent
3c789da465
commit
6217d54de7
@ -14,7 +14,7 @@
|
|||||||
<PackageReference Include="Cocona" Version="2.2.0" />
|
<PackageReference Include="Cocona" Version="2.2.0" />
|
||||||
|
|
||||||
<!-- Pins Cocona's transitive Microsoft.Extensions.Hosting 6.0.0, which pulled in the vulnerable System.Text.Json 6.0.0 (GHSA-8g4q-xg66-9fp4) -->
|
<!-- Pins Cocona's transitive Microsoft.Extensions.Hosting 6.0.0, which pulled in the vulnerable System.Text.Json 6.0.0 (GHSA-8g4q-xg66-9fp4) -->
|
||||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.18" />
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.19" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
public static readonly Log[] LOGS =
|
||||||
[
|
[
|
||||||
|
new (251, "v26.8.1, build 251 (2026-08-13 06:01 UTC)", "v26.8.1.md"),
|
||||||
new (250, "v26.7.3, build 250 (2026-07-21 12:45 UTC)", "v26.7.3.md"),
|
new (250, "v26.7.3, build 250 (2026-07-21 12:45 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"),
|
||||||
|
|||||||
@ -53,11 +53,11 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.3.0" />
|
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.3.0" />
|
||||||
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
|
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
|
||||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.18" />
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.19" />
|
||||||
<PackageReference Include="MudBlazor" Version="8.15.0" />
|
<PackageReference Include="MudBlazor" Version="8.15.0" />
|
||||||
<PackageReference Include="MudBlazor.Markdown" Version="8.11.0" />
|
<PackageReference Include="MudBlazor.Markdown" Version="8.11.0" />
|
||||||
<PackageReference Include="ReverseMarkdown" Version="5.0.0" />
|
<PackageReference Include="ReverseMarkdown" Version="5.0.0" />
|
||||||
<PackageReference Include="LuaCSharp" Version="0.5.5" />
|
<PackageReference Include="LuaCSharp" Version="0.5.6" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -22,21 +22,21 @@
|
|||||||
},
|
},
|
||||||
"LuaCSharp": {
|
"LuaCSharp": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[0.5.5, )",
|
"requested": "[0.5.6, )",
|
||||||
"resolved": "0.5.5",
|
"resolved": "0.5.6",
|
||||||
"contentHash": "IL44DCbMtEafyiy8DzHFd/f+1pXuDUVFJMCJPAu8vQHNfO3ADSoWSOKMg9Py1za/ZE1K0gs0jll1viInoN+19Q==",
|
"contentHash": "ncwP3iXeonYM7bILBjsPPIk12mfvCO4tBFnrt9bjnKEZ8Ugdp+MlKskRUGEbo/WHGKU2dRlhxEyuN17L2PHYfg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"LuaCSharp.Annotations": "0.5.5",
|
"LuaCSharp.Annotations": "0.5.6",
|
||||||
"LuaCSharp.SourceGenerator": "0.5.5"
|
"LuaCSharp.SourceGenerator": "0.5.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.FileProviders.Embedded": {
|
"Microsoft.Extensions.FileProviders.Embedded": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[9.0.18, )",
|
"requested": "[9.0.19, )",
|
||||||
"resolved": "9.0.18",
|
"resolved": "9.0.19",
|
||||||
"contentHash": "+t0Bq5qZZ/zbmO4X70nDMC+anTsNSCxNvjtqXmRiUwh53cNfMoXkB/R95rUO9+yFYhsTR7B302ys9LqXDdIt6g==",
|
"contentHash": "Q8pv8Md+VH64ZJM2d3nbLLChTZK7WOq+5Ykp6GpDe11cDSCSYhEiHbw69CigoAT5VYJPNxriZMpPL7dY8UW93Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.18"
|
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Microsoft.NET.ILLink.Tasks": {
|
"Microsoft.NET.ILLink.Tasks": {
|
||||||
@ -82,13 +82,13 @@
|
|||||||
},
|
},
|
||||||
"LuaCSharp.Annotations": {
|
"LuaCSharp.Annotations": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "0.5.5",
|
"resolved": "0.5.6",
|
||||||
"contentHash": "5VcwcTNGCY5YXLz2BRko5/Z0YGd6MZqNsnnfPOsGHHpAtqWPFbD0vtOZR4jUqaQLtQUvl2+WRfmIOhp6L2S0rw=="
|
"contentHash": "tb8JLViDSSHpmMmBpxqbr+y+4Dpu6v5p3in7RlAUIi+YD7CMi7BEEI7fTc6o5lzoJxSMbIdzzGzjzXXMF6aaSg=="
|
||||||
},
|
},
|
||||||
"LuaCSharp.SourceGenerator": {
|
"LuaCSharp.SourceGenerator": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "0.5.5",
|
"resolved": "0.5.6",
|
||||||
"contentHash": "2xHKGc1bYXTsmSzZCNmKkuAU6A+1azulNiPY/ICKBSHIgEPMNRQ7JS6PvAClrHe6bk8SKcC/fbba6igtDzDaAw=="
|
"contentHash": "IJLlWaIYdpvZ5zO20DidDusqMl5pnoHzrmNmB7UnWMWqOfz1t8LeGfDH8kFTDpGcveFE8YUNeEUa4j6SmWGUPg=="
|
||||||
},
|
},
|
||||||
"Markdig": {
|
"Markdig": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
@ -159,10 +159,10 @@
|
|||||||
},
|
},
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions": {
|
"Microsoft.Extensions.FileProviders.Abstractions": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "9.0.18",
|
"resolved": "9.0.19",
|
||||||
"contentHash": "YqkFlTwnVSMuunsf8IT9b+KySfm6vnMBBM+CKYCfXfjRMQ62uFggVOEu4C2cgR4fXpEO1rZ6utUZC1KoYKgiSg==",
|
"contentHash": "raArfuC+4kERkNxWrlCXO7H+QAk5yUtmNxiymr+ItP5HKQfMjLhQ68zdajqmd5kgwIIUiMpPGIhUpf7t9+cC0w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.Primitives": "9.0.18"
|
"Microsoft.Extensions.Primitives": "9.0.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.Localization": {
|
"Microsoft.Extensions.Localization": {
|
||||||
@ -200,8 +200,8 @@
|
|||||||
},
|
},
|
||||||
"Microsoft.Extensions.Primitives": {
|
"Microsoft.Extensions.Primitives": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
"resolved": "9.0.18",
|
"resolved": "9.0.19",
|
||||||
"contentHash": "hfHudMC5zDlwMrC0HiHOJesSHMvM+CdqjomjcV/YVzFq5dfSpBRvyRLm1n1Bfh41ZpQnyJzqX+YEo95BAmcDAQ=="
|
"contentHash": "9hIg8PQiMnpVFIsEHm25Wi1gBrPa2pS1G75uveyDUVLXrNKqBap9WGwQIgO0s6LUgRAOdsSYnbKbNC5b1G5Pcg=="
|
||||||
},
|
},
|
||||||
"Microsoft.JSInterop": {
|
"Microsoft.JSInterop": {
|
||||||
"type": "Transitive",
|
"type": "Transitive",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# v26.8.1, build 251 (2026-08-xx xx:xx UTC)
|
# v26.8.1, build 251 (2026-08-13 06:01 UTC)
|
||||||
- Added Hetzner's experimental inference API as an LLM provider. It runs open-source models in the EU and supports text and image chats through its OpenAI-compatible API.
|
- Added Hetzner's experimental inference API as an LLM provider. It runs open-source models in the EU and supports text and image chats through its OpenAI-compatible API.
|
||||||
- Added support for the new open source models DeepSeek V4 Flash and Pro, GLM 5.2, Kimi K2.7 Code and K3, as well as Qwen 3.6 and 3.8.
|
- Added support for the new open source models DeepSeek V4 Flash and Pro, GLM 5.2, Kimi K2.7 Code and K3, as well as Qwen 3.6 and 3.8.
|
||||||
- Added a prototype Visual Briefing Assistant that turns documents, data, images, audio, and video into self-contained interactive HTML briefings. When you want to test it, you have to enable this preview feature in your app settings.
|
- Added a prototype Visual Briefing Assistant that turns documents, data, images, audio, and video into self-contained interactive HTML briefings. When you want to test it, you have to enable this preview feature in your app settings.
|
||||||
|
|||||||
1
app/MindWork AI Studio/wwwroot/changelog/v26.8.2.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v26.8.2.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v26.8.2, build 252 (2026-08-xx xx:xx UTC)
|
||||||
12
metadata.txt
12
metadata.txt
@ -1,12 +1,12 @@
|
|||||||
26.7.3
|
26.8.1
|
||||||
2026-07-21 12:45:10 UTC
|
2026-08-13 06:01:54 UTC
|
||||||
250
|
251
|
||||||
9.0.119 (commit 32cc3bdf5e)
|
9.0.120 (commit 3f97250e38)
|
||||||
9.0.18 (commit d839c41c85)
|
9.0.19 (commit 8381bdb01f)
|
||||||
1.97.1 (commit 8bab26f4f)
|
1.97.1 (commit 8bab26f4f)
|
||||||
8.15.0
|
8.15.0
|
||||||
2.11.5
|
2.11.5
|
||||||
1e5f07cb010, release
|
3c789da4654, 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
@ -4260,7 +4260,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "26.7.3"
|
version = "26.8.1"
|
||||||
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.3"
|
version = "26.8.1"
|
||||||
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.3",
|
"version": "26.8.1",
|
||||||
"identifier": "com.github.mindwork-ai.ai-studio",
|
"identifier": "com.github.mindwork-ai.ai-studio",
|
||||||
|
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user