From 6884d20886837394dd15469fbe137592fa97aea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 24 Feb 2026 18:13:32 +0100 Subject: [PATCH] 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. --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 7a48521..8afb839 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -55,6 +55,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Welcome screen. Fixed alignment issue on the Welcome screen.
  • Paste image. Fixed a bug where pasting images from clipboard into chat didn't work.
  • Tab focus. Active tab now always stays in focus while new tabs are opening.
  • +
  • Git. Fixed a bug where the .zblade directory would be submitted to git.