diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 892c18e..72a569e 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,7 +41,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Zaguán Coder Daemon. Working on ironing out bugs in several models, Gemini 3.1 Pro, MiniMax M2.5, GPT-5.3-Codex.
+ - Zaguán Coder Daemon. Disabled several variations of models in the `low` and `medium` ranges to clean up the list.
- Zaguán Coder Daemon. Used the Codex guide to make the implementation better.
+ - UI. Added the Project Name to the header and to the window title.
@@ -61,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - Header Alignment. Fixed an alignment issue in the header where the app name was off-center when no tabs were open.
- Local AI. Fixed an issue where the responses would appear in reverse order.
- Terminal. Fixed the Terminal Copy command
Ctrl-Shift-C/Cmd-Shift-C.
- UI Focus. Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.