docs(website): update changelog with recent enhancements

- Add Git Panel strikethrough for moved, renamed, or deleted files
- Add Chat visual feedback while waiting for model response
This commit is contained in:
2026-02-24 15:22:20 +01:00
parent a7c7a80686
commit 2c973015d3
+11
View File
@@ -35,6 +35,17 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div>
<div class="version-content">
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Git Panel.</strong> Enhanced Git Panel to show a strikethrough for elements that are moved, renamed or deleted.</li>
<li><strong>Chat.</strong> Added visual feedback while waiting for the model to respond in the chat.</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>