From cf846a20563097320fc4738b5b32991a812e88f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 24 May 2026 10:14:29 +0200 Subject: [PATCH] docs(changelog): add semantic search Markdown support entry --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index d6fa54c..fdd6917 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -49,6 +49,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Editor Tabs. Added a right-click context menu for editor tabs.
  • AI Chat. The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.
  • Git Panel. Made the Git panel buttons look and feel the same.
  • +
  • Semantic Search. Added support for Markdown in the Semantic Search database.