mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 09:14:12 +00:00
Prepared re-release v26.4.1
This commit is contained in:
parent
c6ed7e3c0c
commit
a1ec7844e0
@ -13,7 +13,7 @@ public partial class Changelog
|
||||
|
||||
public static readonly Log[] LOGS =
|
||||
[
|
||||
new (235, "v26.4.1, build 235 (2026-04-17 09:48 UTC)", "v26.4.1.md"),
|
||||
new (235, "v26.4.1, build 235 (2026-04-17 17:25 UTC)", "v26.4.1.md"),
|
||||
new (234, "v26.2.2, build 234 (2026-02-22 14:16 UTC)", "v26.2.2.md"),
|
||||
new (233, "v26.2.1, build 233 (2026-02-01 19:16 UTC)", "v26.2.1.md"),
|
||||
new (232, "v26.1.2, build 232 (2026-01-25 14:05 UTC)", "v26.1.2.md"),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# v26.4.1, build 235 (2026-04-17 09:48 UTC)
|
||||
# v26.4.1, build 235 (2026-04-17 17:25 UTC)
|
||||
- Added support for the latest AI models, e.g., Qwen 3.5 & 3.6-family, Mistral Large 3 & Small 4, OpenAI GPT 5.4, Claude Opus 4.7 etc.
|
||||
- Added assistant plugins, making it possible to extend AI Studio with custom assistants. Many thanks to Nils Kruthof `nilskruthoff` for this contribution.
|
||||
- Added a slide planner assistant, which helps you turn longer texts or documents into clear, structured presentation slides. Many thanks to Sabrina `Sabrina-devops` for her wonderful work on this assistant.
|
||||
@ -29,6 +29,7 @@
|
||||
- Improved the translation assistant by updating the system and user prompts.
|
||||
- Improved how results from assistants are transferred into chats, so follow-up conversations now show clearer context while keeping the chat easier to understand.
|
||||
- Improved OpenAI-compatible providers by refactoring their streaming request handling to be more consistent and reliable.
|
||||
- Improved the app update check so malformed update metadata is handled more reliably and users now receive a clear error message instead of a misleading "No update found" response.
|
||||
- Fixed an issue where assistants hidden via configuration plugins still appear in "Send to ..." menus. Thanks, Gunnar, for reporting this issue.
|
||||
- Fixed an issue with chat templates that could stop working because the stored validation result for attached files was reused. AI Studio now checks attached files again when you use a chat template.
|
||||
- Fixed an issue with voice recording where AI Studio could log errors and keep the feature available even though required parts failed to initialize. Voice recording is now disabled automatically for the current session in that case.
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
26.4.1
|
||||
2026-04-17 09:48:42 UTC
|
||||
2026-04-17 17:25:44 UTC
|
||||
235
|
||||
9.0.116 (commit fb4af7e1b3)
|
||||
9.0.15 (commit 4250c8399a)
|
||||
1.93.1 (commit 01f6ddf75)
|
||||
8.15.0
|
||||
1.8.3
|
||||
0c87a491ace, release
|
||||
c6ed7e3c0ce, release
|
||||
osx-arm64
|
||||
144.0.7543.0
|
||||
1.17.1
|
||||
Loading…
Reference in New Issue
Block a user