Skip to content

Commit ca16a74

Browse files
Prepare to release 0.8.12 (#93)
1 parent bcdbf7d commit ca16a74

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

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

Lines changed: 1 addition & 0 deletions
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 (174, "v0.8.12, build 174 (2024-08-23 16:15 UTC)", "v0.8.12.md"),
1617
new (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"),
1718
new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"),
1819
new (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"),

app/MindWork AI Studio/wwwroot/changelog/v0.8.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.12, build 174
1+
# v0.8.12, build 174 (2024-08-23 16:15 UTC)
22
- Added an e-mail writing assistant.
33
- Added the possibility to preselect some e-mail writing assistant options.
44
- Fixed the header height of assistant pages.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.8.11
2-
2024-08-21 07:03:02 UTC
3-
173
1+
0.8.12
2+
2024-08-23 16:15:09 UTC
3+
174
44
8.0.108 (commit 665a05cea7)
55
8.0.8 (commit 08338fcaa5)
66
1.80.1 (commit 3f5fd8dd4)
77
7.6.0
88
1.7.1
9-
83fe126c9f1, dev debug
9+
bcdbf7dcbd5, release

runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mindwork-ai-studio"
3-
version = "0.8.11"
3+
version = "0.8.12"
44
edition = "2021"
55
description = "MindWork AI Studio"
66
authors = ["Thorsten Sommer"]

runtime/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "MindWork AI Studio",
9-
"version": "0.8.11"
9+
"version": "0.8.12"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)