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.