Added changelog

This commit is contained in:
Peer Schütt 2026-07-02 21:42:46 +02:00
parent b419c02497
commit 6a1ba8b79a
2 changed files with 4 additions and 2 deletions

View File

@ -144,7 +144,7 @@
{
<tr>
<td>
<MudText Typo="Typo.body2"><b>@T("Approval name")</b></MudText>
<MudText Typo="Typo.body2"><b>@T("Approved name")</b></MudText>
</td>
<td><MudText Typo="Typo.body2">@state.EnterpriseApproval.DisplayName</MudText></td>
</tr>

View File

@ -1,2 +1,4 @@
# v26.6.3, build 243 (2026-06-xx xx:xx UTC)
- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.
- Added support for organization-approved assistant plugins, so trusted assistant plugins can be enabled without requiring each user to run a separate security audit.
- Added support for assistant plugin tiles that can open a chat directly in a chosen workspace.
- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.