Prepared release of v0.9.3

This commit is contained in:
Thorsten Sommer 2024-09-05 20:52:45 +02:00
parent e8504b681d
commit f85b8a5183
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 13 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (178, "v0.9.3, build 178 (2024-09-05 18:40 UTC)", "v0.9.3.md"),
new (177, "v0.9.2, build 177 (2024-09-05 09:19 UTC)", "v0.9.2.md"),
new (176, "v0.9.1, build 176 (2024-09-04 13:48 UTC)", "v0.9.1.md"),
new (175, "v0.9.0, build 175 (2024-09-03 16:00 UTC)", "v0.9.0.md"),

View File

@ -1,3 +1,6 @@
# v0.9.3, build 178 (2024-09-0X xx:xx UTC)
# v0.9.3, build 178 (2024-09-05 18:40 UTC)
- Fixed the scrolling issue for long chat histories.
- Fixed the scrolling issue, when you send a lot of text from any assistant to a new chat.
- Fixed the scrolling issue, when you send a lot of text from any assistant to a new chat.
- Upgraded Rust to v1.81.0.
- Upgraded MudBlazor to v7.7.0.
- Upgraded HtmlAgilityPack to v1.11.65.

View File

@ -1,9 +1,9 @@
0.9.2
2024-09-05 09:19:00 UTC
177
0.9.3
2024-09-05 18:40:01 UTC
178
8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5)
1.81.0 (commit eeb90cda1)
7.7.0
1.7.1
45770c2cd73, release
c861d713839, release

2
runtime/Cargo.lock generated
View File

@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.2"
version = "0.9.3"
dependencies = [
"aes",
"arboard",

View File

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

View File

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