Skip to content

Commit 8aeeda5

Browse files
Prepared release v0.8.9 (#76)
1 parent 909fbe8 commit 8aeeda5

File tree

8 files changed

+11
-10
lines changed

8 files changed

+11
-10
lines changed

app/MindWork AI Studio/Components/Blocks/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 (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"),
1617
new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"),
1718
new (169, "v0.8.7, build 169 (2024-08-01 19:08 UTC)", "v0.8.7.md"),
1819
new (168, "v0.8.6, build 168 (2024-08-01 19:50 UTC)", "v0.8.6.md"),

app/MindWork AI Studio/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@
178178
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
179179
}
180180
},
181-
"net8.0/osx-arm64": {}
181+
"net8.0/osx-x64": {}
182182
}
183183
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.9, build 171
1+
# v0.8.9, build 171 (2024-08-18 10:35 UTC)
22
- Added the possibility to send an assistant's result to another assistant
33
- Refactored page paths
44
- Refactored assistant footer buttons

app/MindWork AI Studio/wwwroot/system/MudBlazor/MudBlazor.min.css

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

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.8.8
2-
2024-08-14 06:30:58 UTC
3-
170
1+
0.8.9
2+
2024-08-18 10:35:05 UTC
3+
171
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-
30f5ae463f2, dev debug
9+
909fbe89bbb, 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.8"
3+
version = "0.8.9"
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.8"
9+
"version": "0.8.9"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)