diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 42ffe9b..3185a4c 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -51,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Git Panel. Made the Git panel buttons look and feel the same.
  • Semantic Search. Added support for Markdown in the Semantic Search database.
  • YOLO Mode. Added YOLO mode that can be enabled in Settings->Configuration. This lets models run without interrupting you.
  • +
  • Themes. Tweaked themes for better contrast, colors and readability.
  • @@ -64,6 +65,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Git Panel. Fixed a bug in the Git panel that resulted in it being impossible to push the very first commit.
  • Internal Commands. Fixed internal commands exit output to be sent to the model.
  • Zaguán Terminal. Working on making the Zaguán Terminal coherent and not launch a new instance every time. (WIP)
  • +
  • AI Chat. Fixed a bug that caused typing lag in the chat input.