Prepared release v0.9.11 (#149)

This commit is contained in:
Thorsten Sommer 2024-09-15 12:37:56 +02:00 committed by GitHub
parent e9998348c5
commit b99866b8fe
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 (186, "v0.9.11, build 186 (2024-09-15 10:33 UTC)", "v0.9.11.md"),
new (185, "v0.9.10, build 185 (2024-09-12 20:52 UTC)", "v0.9.10.md"), new (185, "v0.9.10, build 185 (2024-09-12 20:52 UTC)", "v0.9.10.md"),
new (184, "v0.9.9, build 184 (2024-09-11 21:10 UTC)", "v0.9.9.md"), new (184, "v0.9.9, build 184 (2024-09-11 21:10 UTC)", "v0.9.9.md"),
new (183, "v0.9.8, build 183 (2024-09-09 13:10 UTC)", "v0.9.8.md"), new (183, "v0.9.8, build 183 (2024-09-09 13:10 UTC)", "v0.9.8.md"),

View File

@ -1,4 +1,4 @@
# v0.9.11, build 186 # v0.9.11, build 186 (2024-09-15 10:33 UTC)
- Added an option to enforce a minimum confidence level throughout the entire app. - Added an option to enforce a minimum confidence level throughout the entire app.
- Added options to enforce minimum confidence levels for each assistant individually. - Added options to enforce minimum confidence levels for each assistant individually.
- Added color themes (dark & light) to the app settings. The theme can be synchronized with the system theme. - Added color themes (dark & light) to the app settings. The theme can be synchronized with the system theme.

View File

@ -1,9 +1,9 @@
0.9.10 0.9.11
2024-09-12 20:52:21 UTC 2024-09-15 10:33:24 UTC
185 186
8.0.108 (commit 665a05cea7) 8.0.108 (commit 665a05cea7)
8.0.8 (commit 08338fcaa5) 8.0.8 (commit 08338fcaa5)
1.81.0 (commit eeb90cda1) 1.81.0 (commit eeb90cda1)
7.8.0 7.8.0
1.7.1 1.7.1
c2f6674a407, release e9998348c5a, release

2
runtime/Cargo.lock generated
View File

@ -2130,7 +2130,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.9.10" version = "0.9.11"
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.10" version = "0.9.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.9.10" "version": "0.9.11"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {