diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index cc266f9..cce718d 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -72,6 +72,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • 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.
  • +
  • Chat Streaming. Fixed a bug in the chat so that regular responses now stream correctly.