Skip to content

Commit

Permalink
Fixing #44 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jul 26, 2024
1 parent 9267ef8 commit d6cf65e
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 171 deletions.
1 change: 1 addition & 0 deletions app/MindWork AI Studio/Components/Blocks/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 (166, "v0.8.4, build 166 (2024-07-26 06:53 UTC)", "v0.8.4.md"),
new (165, "v0.8.3, build 165 (2024-07-25 13:25 UTC)", "v0.8.3.md"),
new (164, "v0.8.2, build 164 (2024-07-16 18:03 UTC)", "v0.8.2.md"),
new (163, "v0.8.1, build 163 (2024-07-16 08:32 UTC)", "v0.8.1.md"),
Expand Down
2 changes: 2 additions & 0 deletions app/MindWork AI Studio/wwwroot/changelog/v0.8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v0.8.4, build 166 (2024-07-26 06:53 UTC)
- Fixed issue #44: After upgrading to MudBlazor 7.x.x, text padding was off, and tooltips were not displayed correctly. This issue was shown only on releases, not on the development builds.

Large diffs are not rendered by default.

335 changes: 172 additions & 163 deletions app/MindWork AI Studio/wwwroot/system/MudBlazor/MudBlazor.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.8.3
2024-07-25 13:25:12 UTC
165
0.8.4
2024-07-26 06:53:46 UTC
166
8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0)
1.79.0 (commit 129f3b996)
7.4.0
1.6.1
72eb50d226f, release
bd7eecdc80c, 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.8.3"
version = "0.8.4"
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.8.3"
"version": "0.8.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d6cf65e

Please sign in to comment.