Prepared release v0.9.41

This commit is contained in:
Thorsten Sommer 2025-04-27 16:26:38 +02:00
parent 47b6a89685
commit e57e8dc8a9
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
7 changed files with 10 additions and 8 deletions

View File

@ -13,6 +13,7 @@ public partial class Changelog
public static readonly Log[] LOGS =
[
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"),
new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"),

View File

@ -1,4 +1,4 @@
# v0.9.41, build 216 (2025-0x-xx xx:xx UTC)
# v0.9.41, build 216 (2025-04-27 14:18 UTC)
- Added the user-language, as provided by the OS, to the about page. This helps in identifying user-specific issues related to language settings.
- Added the localization assistant as a preview feature behind the plugin preview flag. This helps AI Studio developers to translate AI Studio to different languages.
- Added German language support as a preview feature behind the plugin preview flag. This allows users to test the German language support in AI Studio.

View File

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

View File

@ -1,10 +1,10 @@
0.9.40
2025-04-20 13:30:03 UTC
215
0.9.41
2025-04-27 14:18:10 UTC
216
9.0.105 (commit 35890ecb87)
9.0.4 (commit f57e6dc747)
1.86.0 (commit 05f9846f8)
8.5.1
1.8.1
2144cfe0590, release
47b6a896851, release
osx-arm64

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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