diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index b17a900e..6afb26fd 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 (242, "v26.6.2, build 242 (2026-06-21 14:07 UTC)", "v26.6.2.md"), new (241, "v26.6.1, build 241 (2026-06-11 13:49 UTC)", "v26.6.1.md"), new (240, "v26.5.5, build 240 (2026-05-25 18:52 UTC)", "v26.5.5.md"), new (239, "v26.5.4, build 239 (2026-05-13 11:58 UTC)", "v26.5.4.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.6.2.md b/app/MindWork AI Studio/wwwroot/changelog/v26.6.2.md index 8dde7dcc..1af7154e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.6.2.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.6.2.md @@ -1,10 +1,10 @@ -# v26.6.2, build 242 (2026-06-xx xx:xx UTC) +# v26.6.2, build 242 (2026-06-21 14:07 UTC) - Added a read-only view for organization-managed profiles and chat templates, so users can inspect the content while the organization remains in control of changes. - Added support for organization-managed chat defaults. Configuration plugins can now preselect the chat provider, profile, and chat template, either as locked values or editable defaults. -- Added support for organization-managed introduction texts on the home page. Configuration plugins can now add custom Markdown introductions and hide the built-in introduction. +- Added support for organization-managed introduction texts on the home page. Configuration plugins can now add custom Markdown introductions and hide the built-in introduction. Thanks, Harald, for the feedback about the built-in introduction text. - Added support for organization-managed provider confidence settings. Configuration plugins can now set confidence presets, custom confidence schemes, and an app-wide minimum confidence level. - Added support for organization-trusted providers in data source security checks. Configuration plugins can now mark specific provider instances as trusted for data source usage and local embedding warnings. - Changed provider confidence settings to appear in their own settings panel, because they apply to LLM, embedding, and transcription providers. - Fixed chat provider, profile, and template selections not updating live after configuration plugins were changed. - Fixed organization-managed chat templates not showing the correct icon in the chat template selection menu. -- Fixed self-hosted provider API keys sometimes being stored under a localized name. AI Studio now uses a stable key name, keeps correct entries working, and automatically migrates known localized entries for LLM, transcription, and embedding providers. Organizations using configuration plugins do not need to change their plugins; affected users who still see an invalid API key warning should open the provider, transcription, or embedding settings and update the API key once. \ No newline at end of file +- Fixed self-hosted provider API keys sometimes being stored under a localized name. AI Studio now uses a stable key name, keeps correct entries working, and automatically migrates known localized entries for LLM, transcription, and embedding providers. Organizations using configuration plugins do not need to change their plugins; affected users who still see an invalid API key warning should open the provider, transcription, or embedding settings and update the API key once. Thanks, Tim & Eric, for the detailed bug report and testing help. \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md b/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md new file mode 100644 index 00000000..96783059 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md @@ -0,0 +1 @@ +# v26.6.3, build 243 (2026-06-xx xx:xx UTC) diff --git a/metadata.txt b/metadata.txt index f20e040d..6259022c 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,12 +1,12 @@ -26.6.1 -2026-06-11 13:49:24 UTC -241 +26.6.2 +2026-06-21 14:07:27 UTC +242 9.0.118 (commit c8cbca4ed1) 9.0.17 (commit f2c8152eed) 1.96.0 (commit ac68faa20) 8.15.0 2.11.2 -aa040b75d70, release +64e91ff4ffd, release osx-arm64 148.0.7763.0 0.7.2 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 068ef9f4..082189f7 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -4000,7 +4000,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "26.6.1" +version = "26.6.2" dependencies = [ "aes 0.9.1", "apple-native-keyring-store", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 463aa827..13868d12 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "26.6.1" +version = "26.6.2" edition = "2024" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 95df8f72..0896777d 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "MindWork AI Studio", "mainBinaryName": "MindWork AI Studio", - "version": "26.6.1", + "version": "26.6.2", "identifier": "com.github.mindwork-ai.ai-studio", "build": {