Prepared release v0.8.11 (#83)

This commit is contained in:
Thorsten Sommer 2024-08-21 09:10:16 +02:00 committed by GitHub
parent 83fe126c9f
commit 50bf0baff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"),
new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"), new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"),
new (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"), new (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"),
new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"), new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"),

View File

@ -1,4 +1,4 @@
# v0.8.11, build 173 # v0.8.11, build 173 (2024-08-21 07:03 UTC)
- Fixed a bug where the chats in the workspace component were not sorted by date. - Fixed a bug where the chats in the workspace component were not sorted by date.
- Fixed a bug where the reset function could lead to undesired behavior. - Fixed a bug where the reset function could lead to undesired behavior.
- Refactored code base to improve maintainability. - Refactored code base to improve maintainability.

View File

@ -1,9 +1,9 @@
0.8.10 0.8.11
2024-08-18 19:44:06 UTC 2024-08-21 07:03:02 UTC
172 173
8.0.108 (commit 665a05cea7) 8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5) 8.0.8 (commit 08338fcaa5)
1.80.1 (commit 3f5fd8dd4) 1.80.1 (commit 3f5fd8dd4)
7.6.0 7.6.0
1.7.1 1.7.1
9a928d41e15, release 83fe126c9f1, dev debug

2
runtime/Cargo.lock generated
View File

@ -2308,7 +2308,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.8.10" version = "0.8.11"
dependencies = [ dependencies = [
"arboard", "arboard",
"flexi_logger", "flexi_logger",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.8.10" version = "0.8.11"
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.8.10" "version": "0.8.11"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {