Prepared release v0.8.2

This commit is contained in:
Thorsten Sommer 2024-07-16 20:05:26 +02:00
parent c92ce49af2
commit 24a1242396
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 11 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (164, "v0.8.2, build 164 (2024-07-16 18:03 UTC)", "v0.8.2.md"),
new (163, "v0.8.1, build 163 (2024-07-16 08:32 UTC)", "v0.8.1.md"), new (163, "v0.8.1, build 163 (2024-07-16 08:32 UTC)", "v0.8.1.md"),
new (162, "v0.8.0, build 162 (2024-07-14 19:39 UTC)", "v0.8.0.md"), new (162, "v0.8.0, build 162 (2024-07-14 19:39 UTC)", "v0.8.0.md"),
new (161, "v0.7.1, build 161 (2024-07-13 11:42 UTC)", "v0.7.1.md"), new (161, "v0.7.1, build 161 (2024-07-13 11:42 UTC)", "v0.7.1.md"),

View File

@ -1,2 +1,3 @@
# v0.8.2, build 164 (2024-07-xxx # v0.8.2, build 164 (2024-07-16 18:03 UTC)
- Fixed the in-app description of possible self-hosted models. - Added the coding assistant.
- Fixed the in-app description of possible self-hosted models.

View File

@ -1,9 +1,9 @@
0.8.1 0.8.2
2024-07-16 08:32:21 UTC 2024-07-16 18:03:04 UTC
163 164
8.0.107 (commit 1bdaef7265) 8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0) 8.0.7 (commit 2aade6beb0)
1.79.0 (commit 129f3b996) 1.79.0 (commit 129f3b996)
6.20.0 6.20.0
1.6.1 1.6.1
063fd0fcfa2, release c92ce49af2d, release

2
runtime/Cargo.lock generated
View File

@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]] [[package]]
name = "mindwork-ai-studio" name = "mindwork-ai-studio"
version = "0.8.1" version = "0.8.2"
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.1" version = "0.8.2"
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.1" "version": "0.8.2"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {