From 317d3c9eec75a8a744bfc80e3a8ef937019f295d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 2 Jan 2025 20:47:44 +0100 Subject: [PATCH] Prepared release v0.9.23 (#244) --- LICENSE.md | 2 +- README.md | 2 +- app/MindWork AI Studio/Components/Changelog.Logs.cs | 1 + app/MindWork AI Studio/Pages/About.razor.cs | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md | 4 ++-- metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 9 files changed, 13 insertions(+), 12 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index c774e13..1a963dc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,7 +6,7 @@ FSL-1.1-MIT ## Notice -Copyright 2024 Thorsten Sommer +Copyright 2025 Thorsten Sommer ## Terms and Conditions diff --git a/README.md b/README.md index 80d7d5a..7f0cf3b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Other News: Features we have recently released: +- v0.9.23: Added support for OpenAI `o` models (`o1`, `o1-mini`, `o3`, etc.); added also an [ERI](https://github.com/MindWorkAI/ERI) server coding assistant as a preview feature behind the RAG feature flag. Your own ERI server can be used to gain access to, e.g., your enterprise data from within AI Studio. - v0.9.22: Added options for preview features; added embedding provider configuration for RAG (preview) and writer mode (experimental preview). - v0.9.18: Added the new Anthropic Heiku model; added Groq and Google Gemini as provider options. - v0.9.17: Added the new Anthropic model `claude-3-5-sonnet-20241022`. @@ -42,7 +43,6 @@ Features we have recently released: - v0.9.15: Added the bias-of-the-day assistant. Tells you about a cognitive bias every day. - v0.9.13: You can use `ollama` providers secured with API keys. - v0.9.12: Added a job posting assistant to the business category and improved grammar & spelling check and rewrite assistants. -- v0.9.11: Added enforcement of minimal confidence levels & dark mode. ## What is AI Studio? diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 7712532..34533b5 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 (198, "v0.9.23, build 198 (2025-01-02 19:39 UTC)", "v0.9.23.md"), new (197, "v0.9.22, build 197 (2024-12-04 10:58 UTC)", "v0.9.22.md"), new (196, "v0.9.21, build 196 (2024-11-23 12:22 UTC)", "v0.9.21.md"), new (195, "v0.9.20, build 195 (2024-11-16 20:44 UTC)", "v0.9.20.md"), diff --git a/app/MindWork AI Studio/Pages/About.razor.cs b/app/MindWork AI Studio/Pages/About.razor.cs index 96b4f9a..100ebdb 100644 --- a/app/MindWork AI Studio/Pages/About.razor.cs +++ b/app/MindWork AI Studio/Pages/About.razor.cs @@ -35,7 +35,7 @@ public partial class About : ComponentBase ## Notice - Copyright 2024 Thorsten Sommer + Copyright 2025 Thorsten Sommer ## Terms and Conditions diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md index 52bea25..bafe887 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md @@ -1,4 +1,4 @@ -# v0.9.23, build 198 (2024-12-xx xx:xx UTC) +# v0.9.23, build 198 (2025-01-02 19:39 UTC) - Added an ERI server coding assistant as a preview feature behind the RAG feature flag. This helps you implement an ERI server to gain access to, e.g., your enterprise data from within AI Studio. - Improved dark mode: Code blocks are now displayed in a dark theme as well (previously, they were displayed in a light theme, no matter what). - Improved profile handling: Every chat remembers the last profile used. @@ -8,7 +8,7 @@ - Improved the save operation of settings by using a temporary file to avoid data loss in rare cases. - Improved the system prompt handling: Injection of profiles into system prompts happens right before sending the data. This way, the original system prompts are not modified. - Improved the navigation bar handling when configured as "never expands" with or without tooltips. -- Fixed OpenAI `o` (aka omni, aka reasoning) models. The early preview versions (released before 17th December 2024) could not use any system prompts —- we translated the system prompts to be user prompts. Final versions of the OpenAI `o` models can now use system prompts, by they are named `developer` instead of `system`. +- Fixed OpenAI `o` (aka omni, aka reasoning) models. The early preview versions (released before 17th December 2024) could not use any system prompts —- we translated the system prompts to be user prompts. Final versions of the OpenAI `o` models can now use system prompts, but they are named `developer` instead of `system`. - Fixed layout issues when selecting `other` items (e.g., programming languages). - Fixed a bug about the bias of the day workspace when the workspace component was hidden. - Upgraded dependencies to the latest versions. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index e5af084..e1d16c7 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.9.22 -2024-12-04 10:58:01 UTC -197 +0.9.23 +2025-01-02 19:39:00 UTC +198 8.0.111 (commit f3835a7fb4) 8.0.11 (commit 9cb3b725e3) 1.83.0 (commit 90b35a623) 7.15.0 1.8.1 -d437d086407, release +dd03889d10b, release diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 371a705..4988412 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2319,7 +2319,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.9.22" +version = "0.9.23" dependencies = [ "aes", "arboard", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index ecbeb3e..eac33d4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.9.22" +version = "0.9.23" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 7e60397..2a33030 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.9.22" + "version": "0.9.23" }, "tauri": { "allowlist": {