From 8f7046272a9b5a814835f62ad6073b2262f6d3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 27 Feb 2026 18:31:29 +0100 Subject: [PATCH] docs(changelog): add chat panel resize and gemini notes to changelog --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 0f4783b..31cc646 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Disabled several variations of models in the `low` and `medium` ranges to clean up the list.
  • Zaguán Coder Daemon. Used the Codex guide to make the implementation better.
  • UI. Added the Project Name to the header and to the window title.
  • +
  • Zaguán Coder Daemon. Used gemini-cli source code to get the best information on how to handle it in the best possible manner.
  • @@ -72,6 +73,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • UI Focus. Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.
  • CodeMirror. Fixed a bug in the CodeMirror implementation that would show stale diff views.
  • Terminal. Fixed a bug where pasting content into the Terminal would paste twice.
  • +
  • Chat Panel. It's now possible to resize the chat panel again.