diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 45397f9b..f3550906 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 (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 (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"), diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index 2d101c3a..c36716e7 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -39,9 +39,9 @@ }, "Microsoft.NET.ILLink.Tasks": { "type": "Direct", - "requested": "[9.0.8, )", - "resolved": "9.0.8", - "contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ==" + "requested": "[9.0.11, )", + "resolved": "9.0.11", + "contentHash": "vvB9rtDmWaXgYkViT00KORBVmA3pcYsHlgd9vOPqL9sf5bKy3rvLMF1+sI1uUfVj28S3itirHlHmX5/kcpZKNw==" }, "MudBlazor": { "type": "Direct", @@ -210,6 +210,6 @@ "type": "Project" } }, - "net9.0/win-x64": {} + "net9.0/osx-arm64": {} } } \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.54.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.54.md index 9848c3c4..a298078f 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.54.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.54.md @@ -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. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md new file mode 100644 index 00000000..e72bca78 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md @@ -0,0 +1 @@ +# v0.9.55, build 230 (2025-12-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index c9e9c4ec..8b62056f 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,11 +1,11 @@ -0.9.53 -2025-11-14 13:14:31 UTC -228 +0.9.54 +2025-11-24 18:28:32 UTC +229 9.0.112 (commit 49aa03442a) 9.0.11 (commit fa7cdded37) 1.91.1 (commit ed61e7d7e) 8.12.0 1.8.1 -bac0b49dce9, release -win-x64 +009bb33d839, release +osx-arm64 137.0.7215.0 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 1acf3d2f..73ab6952 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2599,7 +2599,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.53" +version = "0.9.54" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index deabee81..3eb33086 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.53" +version = "0.9.54" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 2b9ce17f..ef116add 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.53" + "version": "0.9.54" }, "tauri": { "allowlist": {