From fcf511cea8305c7a0b5739c8f742664eadf5e791 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 1 Jun 2025 21:27:13 +0200 Subject: [PATCH] Prepared release v0.9.46 (#492) --- README.md | 2 ++ app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/wwwroot/changelog/v0.9.46.md | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md | 1 + metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md diff --git a/README.md b/README.md index 0bf61b9d..c8aeabcd 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Other News: Features we have recently released: +- 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. +- v0.9.45: Added chat templates to AI Studio, allowing you to create and use a library of system prompts for your chats. - 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. - v0.9.40: Added support for the `o4` models from OpenAI. Also, we added Alibaba Cloud & Hugging Face as LLM providers. - v0.9.39: Added the plugin system as a preview feature. diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index f2f20bab..6a3c0f9a 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog 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 (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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.46.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.46.md index 3bee3c62..7c5f66fc 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.46.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.46.md @@ -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, 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. - 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. diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md new file mode 100644 index 00000000..bb847009 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md @@ -0,0 +1 @@ +# v0.9.47, build 222 (2025-06-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index c4acb557..be333775 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,11 +1,11 @@ -0.9.45 -2025-05-25 13:56:04 UTC -220 +0.9.46 +2025-06-01 19:19:04 UTC +221 9.0.106 (commit 8cdf6f0897) 9.0.5 (commit e36e4d1a8f) 1.87.0 (commit 17067e9ac) 8.6.0 1.8.1 -05544eca15a, release +e8cfce05fea, release osx-arm64 137.0.7123.0 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index c6375c26..48af1be3 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.45" +version = "0.9.46" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6bb18649..7e6e456c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.45" +version = "0.9.46" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index ee43f1e6..379f7523 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.45" + "version": "0.9.46" }, "tauri": { "allowlist": {