Prepared release v0.9.42 (#447)

This commit is contained in:
Thorsten Sommer 2025-05-04 15:06:45 +02:00 committed by GitHub
parent 7a08baf99b
commit c23f0f49f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 11 additions and 9 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
new (217, "v0.9.42, build 217 (2025-05-04 13:03 UTC)", "v0.9.42.md"),
new (216, "v0.9.41, build 216 (2025-04-27 14:18 UTC)", "v0.9.41.md"),
new (215, "v0.9.40, build 215 (2025-04-20 13:30 UTC)", "v0.9.40.md"),
new (214, "v0.9.39, build 214 (2025-04-07 17:39 UTC)", "v0.9.39.md"),

View File

@ -1,4 +1,4 @@
# v0.9.42, build 217 (2025-05-xx xx:xx UTC)
# v0.9.42, build 217 (2025-05-04 13:03 UTC)
- Added the writing style "Changelog" to the rewrite & improve text assistant. This helps to create changelogs for your projects.
- 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.
- Added more text content to the localization system.

View File

@ -0,0 +1 @@
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.41
2025-04-27 14:18:10 UTC
216
0.9.42
2025-05-04 13:03:03 UTC
217
9.0.105 (commit 35890ecb87)
9.0.4 (commit f57e6dc747)
1.86.0 (commit 05f9846f8)
8.5.1
8.6.0
1.8.1
47b6a896851, release
7a08baf99bb, release
osx-arm64
137.0.7123.0

2
runtime/Cargo.lock generated
View File

@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mindwork-ai-studio"
version = "0.9.41"
version = "0.9.42"
dependencies = [
"aes",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.41"
version = "0.9.42"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.41"
"version": "0.9.42"
},
"tauri": {
"allowlist": {