Skip to content

Commit 2a64810

Browse files
Prepared the release of v0.9.8 (#138)
1 parent 09f5b83 commit 2a64810

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

app/MindWork AI Studio/Components/Changelog.Logs.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public readonly record struct Log(int Build, string Display, string Filename)
1313

1414
public static readonly Log[] LOGS =
1515
[
16+
new (183, "v0.9.8, build 183 (2024-09-09 13:10 UTC)", "v0.9.8.md"),
1617
new (182, "v0.9.7, build 182 (2024-09-08 20:55 UTC)", "v0.9.7.md"),
1718
new (181, "v0.9.6, build 181 (2024-09-08 09:30 UTC)", "v0.9.6.md"),
1819
new (180, "v0.9.5, build 180 (2024-09-07 16:33 UTC)", "v0.9.5.md"),
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# v0.9.8, build 183 (2024-09-09 13:00 UTC)
1+
# v0.9.8, build 183 (2024-09-09 13:10 UTC)
22
- Added the "my tasks" assistant to analyze, e.g., business emails and extract related tasks for your role.

metadata.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.7
2-
2024-09-08 20:55:01 UTC
3-
182
1+
0.9.8
2+
2024-09-09 13:10:19 UTC
3+
183
44
8.0.108 (commit 665a05cea7)
55
8.0.8 (commit 08338fcaa5)
66
1.81.0 (commit eeb90cda1)
77
7.8.0
88
1.7.1
9-
54588fc92d8, release
9+
09f5b83e664, dev debug

runtime/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.9.7"
9+
"version": "0.9.8"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)