Prepared release v0.9.21 (#219)

This commit is contained in:
Thorsten Sommer 2024-11-23 13:25:24 +01:00 committed by GitHub
parent f57e971f80
commit cf8a9800f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"),
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 (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.md"),

View File

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

View File

@ -1,4 +1,4 @@
# v0.9.21, build 196 (2024-11-xx xx:xx UTC)
# v0.9.21, build 196 (2024-11-23 12:22 UTC)
- Added: Chats remember which LLM provider was used. This is useful to continue exactly where you left off.
- Added options for how to decide which LLM provider should be chosen when creating new chats and when loading chats. When you want the previous behavior restored (always use the default chat provider), you can configure this behavior as well.
- Fixed the missed workspace title when loading the today's bias.

View File

@ -1,9 +1,9 @@
0.9.20
2024-11-15 20:44:07 UTC
195
0.9.21
2024-11-23 12:22:00 UTC
196
8.0.111 (commit f3835a7fb4)
8.0.11 (commit 9cb3b725e3)
1.82.0 (commit f6e511eec)
7.15.0
1.8.1
ca46dde69c0, release
f57e971f80b, release

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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