Prepared release v0.8.8

This commit is contained in:
Thorsten Sommer 2024-08-14 08:38:48 +02:00
parent 30f5ae463f
commit deeafe31ee
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 13 additions and 12 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS = public static readonly Log[] LOGS =
[ [
new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"),
new (169, "v0.8.7, build 169 (2024-08-01 19:08 UTC)", "v0.8.7.md"), new (169, "v0.8.7, build 169 (2024-08-01 19:08 UTC)", "v0.8.7.md"),
new (168, "v0.8.6, build 168 (2024-08-01 19:50 UTC)", "v0.8.6.md"), 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"),

View File

@ -1,4 +1,4 @@
# v0.8.8, build 170 (2024-08-14 06:29 UTC) # v0.8.8, build 170 (2024-08-14 06:30 UTC)
- Added a grammar and spell checker assistant - Added a grammar and spell checker assistant
- Added a rewrite and text improvement assistant - Added a rewrite and text improvement assistant
- Fixed validation for the translation assistant - Fixed validation for the translation assistant

View File

@ -1,9 +1,9 @@
0.8.7 0.8.8
2024-08-05 19:08:00 UTC 2024-08-14 06:30:58 UTC
169 170
8.0.107 (commit 1bdaef7265) 8.0.108 (commit 665a05cea7)
8.0.7 (commit 2aade6beb0) 8.0.8 (commit 08338fcaa5)
1.80.0 (commit 051478957) 1.80.1 (commit 3f5fd8dd4)
7.5.0 7.6.0
1.7.1 1.7.1
bf0a75677d8, release 30f5ae463f2, dev debug

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