Skip to content

Commit

Permalink
Prepare release v0.9.14 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Oct 18, 2024
1 parent efb30ca commit 0d6ccbd
Show file tree
Hide file tree
Showing 8 changed files with 204 additions and 196 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 (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),
new (188, "v0.9.13, build 188 (2024-10-07 11:18 UTC)", "v0.9.13.md"),
new (187, "v0.9.12, build 187 (2024-09-15 20:49 UTC)", "v0.9.12.md"),
new (186, "v0.9.11, build 186 (2024-09-15 10:33 UTC)", "v0.9.11.md"),
Expand Down
6 changes: 6 additions & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v0.9.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# v0.9.14, build 189 (2024-10-18 08:48 UTC)
- Added our first contributor @richard-stanton to the supporter page.
- Upgraded to .NET 8.0.10
- Upgraded to Rust 1.82.0
- Upgraded to Tauri 1.8.1
- Upgraded to MudBlazor 7.13.0

Large diffs are not rendered by default.

365 changes: 183 additions & 182 deletions app/MindWork AI Studio/wwwroot/system/MudBlazor/MudBlazor.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.9.13
2024-10-07 11:18:05 UTC
188
8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5)
1.81.0 (commit eeb90cda1)
7.8.0
1.7.1
580ca9850b1, release
0.9.14
2024-10-18 08:48:28 UTC
189
8.0.110 (commit 87a66bb3d1)
8.0.10 (commit 81cabf2857)
1.82.0 (commit f6e511eec)
7.13.0
1.8.1
021ba2cdcca, 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.

4 changes: 2 additions & 2 deletions 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.13"
version = "0.9.14"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
Expand All @@ -9,7 +9,7 @@ authors = ["Thorsten Sommer"]
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.7.2", features = [ "http-all", "updater", "shell-sidecar", "shell-open"] }
tauri = { version = "1.8.1", features = [ "http-all", "updater", "shell-sidecar", "shell-open"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
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.13"
"version": "0.9.14"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 0d6ccbd

Please sign in to comment.