mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 06:22:57 +00:00
Prepared release v0.9.42 (#447)
This commit is contained in:
parent
7a08baf99b
commit
c23f0f49f9
@ -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"),
|
||||
|
@ -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.
|
||||
|
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.43.md
Normal file
1
app/MindWork AI Studio/wwwroot/changelog/v0.9.43.md
Normal file
@ -0,0 +1 @@
|
||||
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)
|
10
metadata.txt
10
metadata.txt
@ -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
2
runtime/Cargo.lock
generated
@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mindwork-ai-studio"
|
||||
version = "0.9.41"
|
||||
version = "0.9.42"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"arboard",
|
||||
|
@ -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"]
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "MindWork AI Studio",
|
||||
"version": "0.9.41"
|
||||
"version": "0.9.42"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
Loading…
Reference in New Issue
Block a user