mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 15:01:36 +00:00
Prepared release v0.9.54
This commit is contained in:
parent
009bb33d83
commit
a4b73e92bb
@ -13,6 +13,7 @@ public partial class Changelog
|
|||||||
|
|
||||||
public static readonly Log[] LOGS =
|
public static readonly Log[] LOGS =
|
||||||
[
|
[
|
||||||
|
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"),
|
new (228, "v0.9.53, build 228 (2025-11-14 13:14 UTC)", "v0.9.53.md"),
|
||||||
new (227, "v0.9.52, build 227 (2025-10-24 06:00 UTC)", "v0.9.52.md"),
|
new (227, "v0.9.52, build 227 (2025-10-24 06:00 UTC)", "v0.9.52.md"),
|
||||||
new (226, "v0.9.51, build 226 (2025-09-04 18:02 UTC)", "v0.9.51.md"),
|
new (226, "v0.9.51, build 226 (2025-09-04 18:02 UTC)", "v0.9.51.md"),
|
||||||
|
|||||||
@ -39,9 +39,9 @@
|
|||||||
},
|
},
|
||||||
"Microsoft.NET.ILLink.Tasks": {
|
"Microsoft.NET.ILLink.Tasks": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[9.0.8, )",
|
"requested": "[9.0.11, )",
|
||||||
"resolved": "9.0.8",
|
"resolved": "9.0.11",
|
||||||
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
|
"contentHash": "vvB9rtDmWaXgYkViT00KORBVmA3pcYsHlgd9vOPqL9sf5bKy3rvLMF1+sI1uUfVj28S3itirHlHmX5/kcpZKNw=="
|
||||||
},
|
},
|
||||||
"MudBlazor": {
|
"MudBlazor": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
@ -210,6 +210,6 @@
|
|||||||
"type": "Project"
|
"type": "Project"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net9.0/win-x64": {}
|
"net9.0/osx-arm64": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,2 +1,2 @@
|
|||||||
# v0.9.54, build 229 (2025-11-xx xx:xx UTC)
|
# v0.9.54, build 229 (2025-11-24 18:28 UTC)
|
||||||
- Added a preview of the document analysis. Documents can now be uploaded and analyzed according to predefined rules. Structured output can also be configured using corresponding rules. This preview must be explicitly enabled in the app settings; otherwise, it remains hidden. Thanks, Peer (`peerschuett`), for your support.
|
- Added a preview of the document analysis. Documents can now be uploaded and analyzed according to predefined rules. Structured output can also be configured using corresponding rules. This preview must be explicitly enabled in the app settings; otherwise, it remains hidden. Thanks, Peer (`peerschuett`), for your support.
|
||||||
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# v0.9.55, build 230 (2025-12-xx xx:xx UTC)
|
||||||
10
metadata.txt
10
metadata.txt
@ -1,11 +1,11 @@
|
|||||||
0.9.53
|
0.9.54
|
||||||
2025-11-14 13:14:31 UTC
|
2025-11-24 18:28:32 UTC
|
||||||
228
|
229
|
||||||
9.0.112 (commit 49aa03442a)
|
9.0.112 (commit 49aa03442a)
|
||||||
9.0.11 (commit fa7cdded37)
|
9.0.11 (commit fa7cdded37)
|
||||||
1.91.1 (commit ed61e7d7e)
|
1.91.1 (commit ed61e7d7e)
|
||||||
8.12.0
|
8.12.0
|
||||||
1.8.1
|
1.8.1
|
||||||
bac0b49dce9, release
|
009bb33d839, release
|
||||||
win-x64
|
osx-arm64
|
||||||
137.0.7215.0
|
137.0.7215.0
|
||||||
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2599,7 +2599,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.9.53"
|
version = "0.9.54"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"arboard",
|
"arboard",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mindwork-ai-studio"
|
name = "mindwork-ai-studio"
|
||||||
version = "0.9.53"
|
version = "0.9.54"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MindWork AI Studio"
|
description = "MindWork AI Studio"
|
||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "MindWork AI Studio",
|
"productName": "MindWork AI Studio",
|
||||||
"version": "0.9.53"
|
"version": "0.9.54"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user