From 90d4da0723905105f7e9b722a079ae22350549a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 2 Jun 2026 18:35:55 +0200 Subject: [PATCH] docs(changelog): add CodeMirror editor optimization and daemon skill entries --- src/pages/changelog.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index afff1a7..249b88f 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -52,6 +52,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • GitCommitMessage. Added support for GitCommitMessage that bypasses the normal request pipeline and saves tokens and time.
  • Editor Gutter. Changed the line number gutter background color to a solid instead of being transparent and reduced the width.
  • Search Modal. Modified the look on the Search modal so that it fits better with the themes and overall look and feel.
  • +
  • CodeMirror Editor. Optimized and refactored the CodeMirror editor and the React code based on best practices in 2026.
  • @@ -77,6 +78,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';