Prepared release v0.9.46

This commit is contained in:
Thorsten Sommer 2025-06-01 21:22:12 +02:00
parent e8cfce05fe
commit 146e35710c
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 = public static readonly Log[] LOGS =
[ [
new (221, "v0.9.46, build 221 (2025-06-01 19:19 UTC)", "v0.9.46.md"),
new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"), new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),
new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"), new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"),
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"), new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),

View File

@ -1,4 +1,4 @@
# v0.9.46, build 221 (2025-06-xx xx:xx UTC) # v0.9.46, build 221 (2025-06-01 19:19 UTC)
- We just finished the first version of our plugin system. Right now, there are language plugins to help localize AI Studio and configuration plugins for enterprise environments. In the future, youll also be able to develop custom assistants as plugins. Languages and assistants will be available in public repositories, and AI Studio will have an app-store-like view for easy access. Were proud to have set the foundation with this version. - We just finished the first version of our plugin system. Right now, there are language plugins to help localize AI Studio and configuration plugins for enterprise environments. In the future, youll also be able to develop custom assistants as plugins. Languages and assistants will be available in public repositories, and AI Studio will have an app-store-like view for easy access. Were proud to have set the foundation with this version.
- Completed the I18N system and made all 1,856 AI Studio text contents localizable. - Completed the I18N system and made all 1,856 AI Studio text contents localizable.
- AI Studio comes with two standard plugins: one for English (US) and one for German (Germany). When you start AI Studio, it tries to pick the language set on your operating system. If your language isn't supported yet, it uses English instead. - AI Studio comes with two standard plugins: one for English (US) and one for German (Germany). When you start AI Studio, it tries to pick the language set on your operating system. If your language isn't supported yet, it uses English instead.

View File

@ -0,0 +1 @@
# v0.9.47, build 222 (2025-06-xx xx:xx UTC)

View File

@ -1,11 +1,11 @@
0.9.45 0.9.46
2025-05-25 13:56:04 UTC 2025-06-01 19:19:04 UTC
220 221
9.0.106 (commit 8cdf6f0897) 9.0.106 (commit 8cdf6f0897)
9.0.5 (commit e36e4d1a8f) 9.0.5 (commit e36e4d1a8f)
1.87.0 (commit 17067e9ac) 1.87.0 (commit 17067e9ac)
8.6.0 8.6.0
1.8.1 1.8.1
05544eca15a, release e8cfce05fea, release
osx-arm64 osx-arm64
137.0.7123.0 137.0.7123.0

2
runtime/Cargo.lock generated
View File

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

View File

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

View File

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