mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 11:49:06 +00:00
Prepared release v0.9.15 (#177)
This commit is contained in:
parent
5d3ea3d57a
commit
c1d5be63cc
@ -13,6 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (190, "v0.9.15, build 190 (2024-10-28 15:04 UTC)", "v0.9.15.md"),
|
||||
new (189, "v0.9.14, build 189 (2024-10-18 08:48 UTC)", "v0.9.14.md"),
|
||||
new (188, "v0.9.13, build 188 (2024-10-07 11:18 UTC)", "v0.9.13.md"),
|
||||
new (187, "v0.9.12, build 187 (2024-09-15 20:49 UTC)", "v0.9.12.md"),
|
||||
|
@ -1,4 +1,5 @@
|
||||
# v0.9.15, build 190 (2024-10-28 15:xx UTC)
|
||||
# v0.9.15, build 190 (2024-10-28 15:04 UTC)
|
||||
- Added bias-of-the-day assistant: the assistant will provide a cognitive bias every day. The bias is explained in detail, and the user can ask questions about it.
|
||||
- Upgraded `MudBlazor` to v7.14.0.
|
||||
- Upgraded `MudBlazor.Markdown` to v7.14.0.
|
||||
- Upgraded `tokio` to v1.41.
|
||||
|
10
metadata.txt
10
metadata.txt
@ -1,9 +1,9 @@
|
||||
0.9.14
|
||||
2024-10-18 08:48:28 UTC
|
||||
189
|
||||
0.9.15
|
||||
2024-10-28 15:04:04 UTC
|
||||
190
|
||||
8.0.110 (commit 87a66bb3d1)
|
||||
8.0.10 (commit 81cabf2857)
|
||||
1.82.0 (commit f6e511eec)
|
||||
7.13.0
|
||||
7.14.0
|
||||
1.8.1
|
||||
021ba2cdcca, release
|
||||
5d3ea3d57aa, release
|
||||
|
2
runtime/Cargo.lock
generated
2
runtime/Cargo.lock
generated
@ -2174,7 +2174,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.14"
|
||||
version = "0.9.15"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.14"
|
||||
version = "0.9.15"
|
||||
edition = "2021"
|
||||
description = "MindWork AI Studio"
|
||||
authors = ["Thorsten Sommer"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.14"
|
||||
"version": "0.9.15"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user