From 9c7e781857fd61d33c03654be11019122e8a1120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 3 Mar 2026 14:59:27 +0100 Subject: [PATCH] docs(changelog): add i18n prep and chat image paste fix entries --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index c48eb0f..381241d 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; @@ -66,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Editor Colors. Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.
  • Editor Scrollbar. Fixed an issue where the editor horizontal scrollbar was laid over the terminal.
  • Layout Alignment. Fixed an alignment issue in the space between the editor and the chat.
  • +
  • Chat Image Paste. Fixed a bug introduced after the audit where pasting images into chat no longer worked.