diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index b79220c..ed4db22 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -49,6 +49,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Telegram. Added support for using Telegram as long as the application is running on your computer.
Screenshots. You can now add boxes, text, and arrows with different colors when grabbing a screenshot or a region. Read blog post
Themes. Added 2 new themes: Nebula Dust (dark mode) and Alpine Frost (light mode).
+ GitCommitMessage. Added support for GitCommitMessage that bypasses the normal request pipeline and saves tokens and time.
@@ -61,6 +62,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Editor. Fixed a bug in the Editor that would result in the document scrolling to the top when a model edited the active document.
Window Resize. Fixed a bug that made it impossible to resize the application by dragging the window borders.
AI Chat. Fixed a conflict between the Latest pill and the scroll function that resulted in flickering when scrolling with a mouse.
+ Editor. Fixed a bug in the editor where a larger diff would not properly show.
@@ -78,6 +80,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Coder Daemon. Properly wired up the new Fast Context logic and added instructions in the prompts.
Zaguán Coder Daemon. WIP. Working on fixing the prompts and logic for each supported model.
Zaguán Coder Daemon. Enforcing the use of write_file/apply_patch for certain models.
+ GitCommitMessage. Added support for GitCommitMessage that bypasses the normal request pipeline and saves tokens and time.