Skip to content

Commit c088817

Browse files
Prepared release v0.9.45 (#483)
1 parent 05544ec commit c088817

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-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 (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),
1617
new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"),
1718
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),
1819
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.45, build 220 (2025-05-xx xx:xx UTC)
1+
# v0.9.45, build 220 (2025-05-25 13:56 UTC)
22
- Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature.
33
- Added Russian as a language option for various assistants (e.g., translations, text summarization).
44
- Improved the password and API key input fields: they now optionally display their content to allow users to verify manual input.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.46, build 221 (2025-06-xx xx:xx UTC)

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.44
2-
2025-05-18 19:33:02 UTC
3-
219
1+
0.9.45
2+
2025-05-25 13:56:04 UTC
3+
220
44
9.0.106 (commit 8cdf6f0897)
55
9.0.5 (commit e36e4d1a8f)
66
1.87.0 (commit 17067e9ac)
77
8.6.0
88
1.8.1
9-
9aa0a914653, release
9+
05544eca15a, release
1010
osx-arm64
1111
137.0.7123.0

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

0 commit comments

Comments
 (0)