docs(changelog): add editor tabs context menu and chat history entries

This commit is contained in:
2026-05-23 15:03:45 +02:00
parent f5b857b702
commit 2b6959b4f2
+2
View File
@@ -46,6 +46,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Chat.</strong> It's now possible to stop the chat and edit the last message before resending it. This is useful for fixing typos.</li> <li><strong>Chat.</strong> It's now possible to stop the chat and edit the last message before resending it. This is useful for fixing typos.</li>
<li><strong>Editor Tabs.</strong> Added a right-click context menu for editor tabs.</li>
<li><strong>AI Chat.</strong> The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.</li>
</ul> </ul>
</div> </div>