Skip to content

Commit

Permalink
Prepared release v0.9.27 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jan 21, 2025
1 parent 940459c commit 9d71978
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Changelog.Logs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)

public static readonly Log[] LOGS =
[
new (202, "v0.9.27, build 202 (2025-01-21 18:24 UTC)", "v0.9.27.md"),
new (201, "v0.9.26, build 201 (2025-01-13 19:11 UTC)", "v0.9.26.md"),
new (200, "v0.9.25, build 200 (2025-01-04 18:33 UTC)", "v0.9.25.md"),
new (199, "v0.9.24, build 199 (2025-01-04 11:40 UTC)", "v0.9.24.md"),
Expand Down
8 changes: 4 additions & 4 deletions app/MindWork AI Studio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ=="
"requested": "[8.0.12, )",
"resolved": "8.0.12",
"contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig=="
},
"MudBlazor": {
"type": "Direct",
Expand Down Expand Up @@ -210,6 +210,6 @@
"type": "Project"
}
},
"net8.0/osx-arm64": {}
"net8.0/osx-x64": {}
}
}
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.27.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.9.27, build 202 (2025-01-xx xx:xx UTC)
# v0.9.27, build 202 (2025-01-21 18:24 UTC)
- Improved the inner content scrolling to use the entire space available.
- Improved message process debugging. This helps to identify issues related to the message handling.
- Fixed the hostname validation message for ERI v1 data sources.
Expand Down
8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.9.26
2025-01-13 19:11:57 UTC
201
0.9.27
2025-01-21 18:24:04 UTC
202
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.84.0 (commit 9fc6b4312)
7.15.0
1.8.1
ae72c50236f, release
940459ca467, release
2 changes: 1 addition & 1 deletion runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.26"
version = "0.9.27"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.26"
"version": "0.9.27"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 9d71978

Please sign in to comment.