From 1a9bdfdbc51c0a7e09e8a978899072a0f3416043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 1 Jun 2026 21:10:07 +0200 Subject: [PATCH] docs(changelog): add Editor Gutter and Search Modal UI entries --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index ed4db22..afff1a7 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -50,6 +50,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Screenshots. You can now add boxes, text, and arrows with different colors when grabbing a screenshot or a region. Read blog post
  • Themes. Added 2 new themes: Nebula Dust (dark mode) and Alpine Frost (light mode).
  • 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.