diff --git a/README.md b/README.md index c8aeabcd..dec66068 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Things we are currently working on: - [x] ~~Added hot-reload support for plugins ([PR #377](https://github.com/MindWorkAI/AI-Studio/pull/377), [PR #391](https://github.com/MindWorkAI/AI-Studio/pull/391))~~ - [x] ~~Add support for other languages (I18N) to AI Studio ([PR #381](https://github.com/MindWorkAI/AI-Studio/pull/381), [PR #400](https://github.com/MindWorkAI/AI-Studio/pull/400), [PR #404](https://github.com/MindWorkAI/AI-Studio/pull/404), [PR #429](https://github.com/MindWorkAI/AI-Studio/pull/429), [PR #446](https://github.com/MindWorkAI/AI-Studio/pull/446), [PR #451](https://github.com/MindWorkAI/AI-Studio/pull/451), [PR #455](https://github.com/MindWorkAI/AI-Studio/pull/455), [PR #458](https://github.com/MindWorkAI/AI-Studio/pull/458), [PR #462](https://github.com/MindWorkAI/AI-Studio/pull/462), [PR #469](https://github.com/MindWorkAI/AI-Studio/pull/469), [PR #486](https://github.com/MindWorkAI/AI-Studio/pull/486))~~ - [x] ~~Add an I18N assistant to translate all AI Studio texts to a certain language & culture ([PR #422](https://github.com/MindWorkAI/AI-Studio/pull/422))~~ - - [x] ~~Provide MindWork AI Studio in German ([PR #430](https://github.com/MindWorkAI/AI-Studio/pull/430), [PR #446](https://github.com/MindWorkAI/AI-Studio/pull/446), [PR #451](https://github.com/MindWorkAI/AI-Studio/pull/451), [PR #455](https://github.com/MindWorkAI/AI-Studio/pull/455), [PR #458](https://github.com/MindWorkAI/AI-Studio/pull/458), [PR #462](https://github.com/MindWorkAI/AI-Studio/pull/462), [PR #469](https://github.com/MindWorkAI/AI-Studio/pull/469), [PR #486](https://github.com/MindWorkAI/AI-Studio/pull/486)~~) - - [ ] Add configuration plugins, which allow pre-defining some LLM providers in organizations (~~[PR #491](https://github.com/MindWorkAI/AI-Studio/pull/491)~~) + - [x] ~~Provide MindWork AI Studio in German ([PR #430](https://github.com/MindWorkAI/AI-Studio/pull/430), [PR #446](https://github.com/MindWorkAI/AI-Studio/pull/446), [PR #451](https://github.com/MindWorkAI/AI-Studio/pull/451), [PR #455](https://github.com/MindWorkAI/AI-Studio/pull/455), [PR #458](https://github.com/MindWorkAI/AI-Studio/pull/458), [PR #462](https://github.com/MindWorkAI/AI-Studio/pull/462), [PR #469](https://github.com/MindWorkAI/AI-Studio/pull/469), [PR #486](https://github.com/MindWorkAI/AI-Studio/pull/486))~~ + - [x] ~~Add configuration plugins, which allow pre-defining some LLM providers in organizations ([PR #491](https://github.com/MindWorkAI/AI-Studio/pull/491), [PR #493](https://github.com/MindWorkAI/AI-Studio/pull/493), [PR #494](https://github.com/MindWorkAI/AI-Studio/pull/494))~~ - [ ] Add an app store for plugins, showcasing community-contributed plugins from public GitHub and GitLab repositories. This will enable AI Studio users to discover, install, and update plugins directly within the platform. - [ ] Add assistant plugins diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 6a3c0f9a..4e1afe7c 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 (222, "v0.9.47, build 222 (2025-06-02 18:25 UTC)", "v0.9.47.md"), 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"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md index 94300268..04b89fd0 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.47.md @@ -1,2 +1,2 @@ -# v0.9.47, build 222 (2025-06-xx xx:xx UTC) +# v0.9.47, build 222 (2025-06-02 18:25 UTC) - We improved AI Studio for managed enterprise environments by refactoring the remote config server handling, the config plugin loading mechanism, and we improved the overall resilience. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.48.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.48.md new file mode 100644 index 00000000..11526d08 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.48.md @@ -0,0 +1 @@ +# v0.9.48, build 223 (2025-06-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index be333775..820e59ab 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,11 +1,11 @@ -0.9.46 -2025-06-01 19:19:04 UTC -221 +0.9.47 +2025-06-02 18:25:21 UTC +222 9.0.106 (commit 8cdf6f0897) 9.0.5 (commit e36e4d1a8f) 1.87.0 (commit 17067e9ac) 8.6.0 1.8.1 -e8cfce05fea, release +510e83c89b3, release osx-arm64 137.0.7123.0 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 48af1be3..acd11043 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2624,7 +2624,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.46" +version = "0.9.47" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 7e6e456c..5d2eebff 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.46" +version = "0.9.47" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 379f7523..b5f7ceec 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.46" + "version": "0.9.47" }, "tauri": { "allowlist": {