Merge branch 'main' into improve_additional_api_parameters

This commit is contained in:
Thorsten Sommer 2026-03-12 11:56:47 +01:00 committed by GitHub
commit 867cf085a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -253,7 +253,7 @@ public sealed record Provider(
["AdditionalJsonApiParameters"] = "{{LuaTools.EscapeLuaString(this.AdditionalJsonApiParameters)}}", ["AdditionalJsonApiParameters"] = "{{LuaTools.EscapeLuaString(this.AdditionalJsonApiParameters)}}",
["Model"] = { ["Model"] = {
["Id"] = "{{LuaTools.EscapeLuaString(this.Model.Id)}}", ["Id"] = "{{LuaTools.EscapeLuaString(this.Model.Id)}}",
["DisplayName"] = "{{LuaTools.EscapeLuaString(this.Model.DisplayName ?? string.Empty)}}", ["DisplayName"] = "{{LuaTools.EscapeLuaString(this.Model.DisplayName ?? this.Model.Id)}}",
}, },
} }
"""; """;

View File

@ -1,4 +1,5 @@
# v26.3.1, build 235 (2026-03-xx xx:xx UTC) # v26.3.1, build 235 (2026-03-xx xx:xx UTC)
- Added support for the new Qwen 3.5 model family.
- Improved the performance by caching the OS language detection and requesting the user language only once per app start. - Improved the performance by caching the OS language detection and requesting the user language only once per app start.
- Improved the chat performance by reducing unnecessary UI updates, making chats smoother and more responsive, especially in longer conversations. - Improved the chat performance by reducing unnecessary UI updates, making chats smoother and more responsive, especially in longer conversations.
- Improved the workspace loading experience: when opening the chat for the first time, your workspaces now appear faster and load step by step in the background, with placeholder rows so the app feels responsive right away. - Improved the workspace loading experience: when opening the chat for the first time, your workspaces now appear faster and load step by step in the background, with placeholder rows so the app feels responsive right away.
@ -7,6 +8,4 @@
- Improved the logbook readability by removing non-readable special characters from log entries. - Improved the logbook readability by removing non-readable special characters from log entries.
- Improved the logbook reliability by significantly reducing duplicate log entries. - Improved the logbook reliability by significantly reducing duplicate log entries.
- Improved the additional API parameters by adding JSON validation to ensure the input is properly formatted. - Improved the additional API parameters by adding JSON validation to ensure the input is properly formatted.
- Fixed an issue where the app could turn white or appear invisible in certain chats after HTML-like content was shown. Thanks Inga for reporting this issue and providing some context on how to reproduce it. - Fixed an issue where the app could turn white or appear invisible in certain chats after HTML-like content was shown. Thanks Inga for reporting this issue and providing some context on how to reproduce it.
- Upgraded to Rust v1.94.0
- Added the model capabilities of the new Qwen3.5 model family.

View File

@ -3,7 +3,7 @@
234 234
9.0.114 (commit 4c5aac3d56) 9.0.114 (commit 4c5aac3d56)
9.0.13 (commit 9ecbfd4f3f) 9.0.13 (commit 9ecbfd4f3f)
1.94.0 (commit 4a4ef493e) 1.93.1 (commit 01f6ddf75)
8.15.0 8.15.0
1.8.1 1.8.1
3eb367d4c9e, release 3eb367d4c9e, release