From 745570cdf13ecbc81f85cbf49769a8eebef6bd73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 24 Mar 2026 22:42:05 +0100 Subject: [PATCH] docs(changelog): add image attachment bug fix entry --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 712e191..d73b51b 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Chat Input. Fixed a bug where the cursor was rendered at double the font size.
  • Editor. Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.
  • Diff View. Fixed a regression in the editor Diff View.
  • +
  • Image Attachments. Fixed a bug where attached images would not be correctly sent to the model.