Prepared release v0.8.4

This commit is contained in:
Thorsten Sommer 2024-07-26 08:55:27 +02:00
parent bd7eecdc80
commit c713c583e2
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 10 additions and 7 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
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"),

View File

@ -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.

View File

@ -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
runtime/Cargo.lock generated
View File

@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.8.3"
version = "0.8.4"
dependencies = [
"arboard",
"flexi_logger",

View File

@ -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"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.8.3"
"version": "0.8.4"
},
"tauri": {
"allowlist": {