Skip to content

Commit 50bf0ba

Browse files
Prepared release v0.8.11 (#83)
1 parent 83fe126 commit 50bf0ba

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 (173, "v0.8.11, build 173 (2024-08-21 07:03 UTC)", "v0.8.11.md"),
1617
new (172, "v0.8.10, build 172 (2024-08-18 19:44 UTC)", "v0.8.10.md"),
1718
new (171, "v0.8.9, build 171 (2024-08-18 10:35 UTC)", "v0.8.9.md"),
1819
new (170, "v0.8.8, build 170 (2024-08-14 06:30 UTC)", "v0.8.8.md"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.11, build 173
1+
# v0.8.11, build 173 (2024-08-21 07:03 UTC)
22
- Fixed a bug where the chats in the workspace component were not sorted by date.
33
- Fixed a bug where the reset function could lead to undesired behavior.
44
- Refactored code base to improve maintainability.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.8.10
2-
2024-08-18 19:44:06 UTC
3-
172
1+
0.8.11
2+
2024-08-21 07:03:02 UTC
3+
173
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-
9a928d41e15, release
9+
83fe126c9f1, dev debug

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.10"
3+
version = "0.8.11"
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.10"
9+
"version": "0.8.11"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)