From 60c8fe4a6e77505911b78775133bb3d55f4f8a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 18 May 2026 22:08:23 +0200 Subject: [PATCH] docs(changelog): reorder v0.7.1 entries and add editor stale-tab fix --- src/pages/changelog.astro | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index e968cff..ef6552f 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,10 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Enhancements
@@ -71,12 +71,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Wired up zlp_request. It was planned, but missing.
  • Zaguán Coder Daemon. Fixed loading the History in Zaguán Blade.
  • Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
  • -
  • File Explorer. Fixed a bug where moving files was not possible using the mouse.
  • -
  • Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
  • -
  • Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
  • Zaguán Coder Daemon. Fixed a bug that could result in the model continuing to work after a clear end summary message.
  • Zaguán Coder Daemon. Fixed connection bug after a long period of inactivity.
  • Zaguán Coder Daemon. Fixed an issue that would block proper run_command tool calls using sed or cat.
  • +
  • File Explorer. Fixed a bug where moving files was not possible using the mouse.
  • +
  • Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
  • +
  • Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
  • +
  • Editor. Fixed a bug that resulted in stale content being shown when switching tabs.