Skip to content

Commit cf8a980

Browse files
Prepared release v0.9.21 (#219)
1 parent f57e971 commit cf8a980

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
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 (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"),
1617
new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"),
1718
new (194, "v0.9.19, build 194 (2024-11-14 05:58 UTC)", "v0.9.19.md"),
1819
new (193, "v0.9.18, build 193 (2024-11-09 21:10 UTC)", "v0.9.18.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.9.21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.21, build 196 (2024-11-xx xx:xx UTC)
1+
# v0.9.21, build 196 (2024-11-23 12:22 UTC)
22
- Added: Chats remember which LLM provider was used. This is useful to continue exactly where you left off.
33
- Added options for how to decide which LLM provider should be chosen when creating new chats and when loading chats. When you want the previous behavior restored (always use the default chat provider), you can configure this behavior as well.
44
- Fixed the missed workspace title when loading the today's bias.

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
0.9.20
2-
2024-11-15 20:44:07 UTC
3-
195
1+
0.9.21
2+
2024-11-23 12:22:00 UTC
3+
196
44
8.0.111 (commit f3835a7fb4)
55
8.0.11 (commit 9cb3b725e3)
66
1.82.0 (commit f6e511eec)
77
7.15.0
88
1.8.1
9-
ca46dde69c0, release
9+
f57e971f80b, 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.9.20"
3+
version = "0.9.21"
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.9.20"
9+
"version": "0.9.21"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)