Prepared release v0.8.6

This commit is contained in:
Thorsten Sommer 2024-08-01 21:52:46 +02:00
parent 199be1e863
commit 6ad07fe155
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
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 (168, "v0.8.6, build 168 (2024-08-01 19:50 UTC)", "v0.8.6.md"),
new (167, "v0.8.5, build 167 (2024-07-28 16:44 UTC)", "v0.8.5.md"), new (167, "v0.8.5, build 167 (2024-07-28 16:44 UTC)", "v0.8.5.md"),
new (166, "v0.8.4, build 166 (2024-07-26 06:53 UTC)", "v0.8.4.md"), new (166, "v0.8.4, build 166 (2024-07-26 06:53 UTC)", "v0.8.4.md"),
new (165, "v0.8.3, build 165 (2024-07-25 13:25 UTC)", "v0.8.3.md"), new (165, "v0.8.3, build 165 (2024-07-25 13:25 UTC)", "v0.8.3.md"),

View File

@ -1,4 +1,4 @@
# v0.8.6, build 168 # v0.8.6, build 168 (2024-08-01 19:50 UTC)
- Added possibility to configure a default provider for chats - Added possibility to configure a default provider for chats
- Added architecture for future agent usage - Added architecture for future agent usage
- Added a first agent to read, analyze and extract text from Markdown data - Added a first agent to read, analyze and extract text from Markdown data

View File

@ -1,9 +1,9 @@
0.8.5 0.8.6
2024-07-28 16:44:01 UTC 2024-08-01 19:50:02 UTC
167 168
8.0.107 (commit 1bdaef7265) 8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0) 8.0.7 (commit 2aade6beb0)
1.80.0 (commit 051478957) 1.80.0 (commit 051478957)
7.4.0 7.4.0
1.7.1 1.7.1
c1b92a05fc7, release 199be1e863f, release

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.5" version = "0.8.6"
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.5" version = "0.8.6"
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.5" "version": "0.8.6"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {