Skip to content

Commit fcf511c

Browse files
Prepared release v0.9.46 (#492)
1 parent e8cfce0 commit fcf511c

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Other News:
4747

4848
Features we have recently released:
4949

50+
- v0.9.46: Released our plugin system, a German language plugin, early support for enterprise environments, and configuration plugins. Additionally, we added the Pandoc integration for future data processing and file generation.
51+
- v0.9.45: Added chat templates to AI Studio, allowing you to create and use a library of system prompts for your chats.
5052
- v0.9.44: Added PDF import to the text summarizer, translation, and legal check assistants, allowing you to import PDF files and use them as input for the assistants.
5153
- v0.9.40: Added support for the `o4` models from OpenAI. Also, we added Alibaba Cloud & Hugging Face as LLM providers.
5254
- v0.9.39: Added the plugin system as a preview feature.

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 (221, "v0.9.46, build 221 (2025-06-01 19:19 UTC)", "v0.9.46.md"),
1617
new (220, "v0.9.45, build 220 (2025-05-25 13:56 UTC)", "v0.9.45.md"),
1718
new (219, "v0.9.44, build 219 (2025-05-18 19:33 UTC)", "v0.9.44.md"),
1819
new (218, "v0.9.43, build 218 (2025-05-11 17:22 UTC)", "v0.9.43.md"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.46, build 221 (2025-06-xx xx:xx UTC)
1+
# v0.9.46, build 221 (2025-06-01 19:19 UTC)
22
- 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, you’ll 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. We’re proud to have set the foundation with this version.
33
- Completed the I18N system and made all 1,856 AI Studio text contents localizable.
44
- 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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# v0.9.47, build 222 (2025-06-xx xx:xx UTC)

metadata.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
0.9.45
2-
2025-05-25 13:56:04 UTC
3-
220
1+
0.9.46
2+
2025-06-01 19:19:04 UTC
3+
221
44
9.0.106 (commit 8cdf6f0897)
55
9.0.5 (commit e36e4d1a8f)
66
1.87.0 (commit 17067e9ac)
77
8.6.0
88
1.8.1
9-
05544eca15a, release
9+
e8cfce05fea, 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.45"
3+
version = "0.9.46"
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.45"
9+
"version": "0.9.46"
1010
},
1111
"tauri": {
1212
"allowlist": {

0 commit comments

Comments
 (0)