Skip to content

Commit c23f0f4

Browse files
Prepared release v0.9.42 (#447)
1 parent 7a08baf commit c23f0f4

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-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 (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),
1617
new (216, "v0.9.41, build 216 (2025-04-27 14:18 UTC)", "v0.9.41.md"),
1718
new (215, "v0.9.40, build 215 (2025-04-20 13:30 UTC)", "v0.9.40.md"),
1819
new (214, "v0.9.39, build 214 (2025-04-07 17:39 UTC)", "v0.9.39.md"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.42, build 217 (2025-05-xx xx:xx UTC)
1+
# v0.9.42, build 217 (2025-05-04 13:03 UTC)
22
- Added the writing style "Changelog" to the rewrite & improve text assistant. This helps to create changelogs for your projects.
33
- Added an option to load PDF files directly into the translation, text summarization, and legal check assistants as a preview prototype for testing before release.
44
- Added more text content to the localization system.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)

metadata.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.41
2-
2025-04-27 14:18:10 UTC
3-
216
1+
0.9.42
2+
2025-05-04 13:03:03 UTC
3+
217
44
9.0.105 (commit 35890ecb87)
55
9.0.4 (commit f57e6dc747)
66
1.86.0 (commit 05f9846f8)
7-
8.5.1
7+
8.6.0
88
1.8.1
9-
47b6a896851, release
9+
7a08baf99bb, 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.41"
3+
version = "0.9.42"
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.41"
9+
"version": "0.9.42"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)