Prepared v0.5.2

This commit is contained in:
Thorsten Sommer 2024-06-25 20:44:47 +02:00
parent 5b5022cd44
commit 10af6d4577
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 11 additions and 8 deletions

View File

@ -14,6 +14,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (154, "v0.5.1, build 154 (2024-06-25 15:35 UTC)", "v0.5.1.md"),
new (154, "v0.5.2, build 154 (2024-06-25 15:35 UTC)", "v0.5.2.md"),
new (149, "v0.5.0, build 149 (2024-06-02 18:51 UTC)", "v0.5.0.md"),
new (138, "v0.4.0, build 138 (2024-05-26 13:26 UTC)", "v0.4.0.md"),
new (120, "v0.3.0, build 120 (2024-05-18 21:57 UTC)", "v0.3.0.md"),

View File

@ -163,6 +163,6 @@
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
}
},
"net8.0/osx-arm64": {}
"net8.0/osx-x64": {}
}
}

View File

@ -0,0 +1,2 @@
# v0.5.2, build 155 (2024-06-25 18:07 UTC)
- Fixed home page layout for 1080p screens.

View File

@ -1,9 +1,9 @@
0.5.1
2024-06-25 15:35:45 UTC
154
0.5.2
2024-06-25 18:07:06 UTC
155
8.0.206 (commit bb12410699)
8.0.6 (commit 3b8b000a0e)
1.79.0 (commit 129f3b996)
6.20.0
1.6.1
e1cda54fcd1, release
2818aa93411, dev debug

2
runtime/Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

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