From f86382474e0bffe85197f92027f4fb269a34fc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 24 May 2026 22:35:35 +0200 Subject: [PATCH] docs(changelog): add theme tweaks and AI chat typing lag fix entries --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 42ffe9b..3185a4c 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -51,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Git Panel. Made the Git panel buttons look and feel the same.
  • Semantic Search. Added support for Markdown in the Semantic Search database.
  • YOLO Mode. Added YOLO mode that can be enabled in Settings->Configuration. This lets models run without interrupting you.
  • +
  • Themes. Tweaked themes for better contrast, colors and readability.
  • @@ -64,6 +65,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Git Panel. Fixed a bug in the Git panel that resulted in it being impossible to push the very first commit.
  • Internal Commands. Fixed internal commands exit output to be sent to the model.
  • Zaguán Terminal. Working on making the Zaguán Terminal coherent and not launch a new instance every time. (WIP)
  • +
  • AI Chat. Fixed a bug that caused typing lag in the chat input.