Prepared release v0.9.20

This commit is contained in:
Thorsten Sommer 2024-11-15 21:48:34 +01:00
parent ca46dde69c
commit 72b26fe065
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"),
new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"), new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"),
new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"), new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"),
new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"), new (192, "v0.9.17, build 192 (2024-11-03 11:11 UTC)", "v0.9.17.md"),

View File

@ -1,2 +1,2 @@
# v0.9.20, build 195 (2024-11-16 xx:xx UTC) # v0.9.20, build 195 (2024-11-16 20:44 UTC)
- Fixed bugs related to storing and loading chats when the workspaces were docked to the left and were collapsed. - Fixed bugs related to storing and loading chats when the workspaces were docked to the left and were collapsed.

View File

@ -1,9 +1,9 @@
0.9.19 0.9.20
2024-11-14 05:58:02 UTC 2024-11-15 20:44:07 UTC
194 195
8.0.111 (commit f3835a7fb4) 8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3) 8.0.11 (commit 9cb3b725e3)
1.82.0 (commit f6e511eec) 1.82.0 (commit f6e511eec)
7.15.0 7.15.0
1.8.1 1.8.1
9c0dea99271, release ca46dde69c0, release

2
runtime/Cargo.lock generated
View File

@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.19" version = "0.9.20"
dependencies = [ dependencies = [
"aes", "aes",
"arboard", "arboard",

View File

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

View File

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