docs(website): update changelog with .zblade git bug fix

Add changelog entry detailing the fix for the bug where the .zblade directory would be incorrectly submitted to git.
This commit is contained in:
2026-02-24 18:13:32 +01:00
parent 2c973015d3
commit 6884d20886
+1
View File
@@ -55,6 +55,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Welcome screen.</strong> Fixed alignment issue on the Welcome screen.</li> <li><strong>Welcome screen.</strong> Fixed alignment issue on the Welcome screen.</li>
<li><strong>Paste image.</strong> Fixed a bug where pasting images from clipboard into chat didn't work.</li> <li><strong>Paste image.</strong> Fixed a bug where pasting images from clipboard into chat didn't work.</li>
<li><strong>Tab focus.</strong> Active tab now always stays in focus while new tabs are opening.</li> <li><strong>Tab focus.</strong> Active tab now always stays in focus while new tabs are opening.</li>
<li><strong>Git.</strong> Fixed a bug where the <code>.zblade</code> directory would be submitted to git.</li>
</ul> </ul>
</div> </div>
</div> </div>