diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 8d92041..9836238 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -44,11 +44,12 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Completed a deep audit to optimize launch time, memory usage, and overall efficiency.
- - Started work on i18n for Zaguán Blade, with English and Spanish (Spain) planned for this release.
+ - Fully implemented i18n for Zaguán Blade, with English and Spanish now available.
- Updated to Vite 8.
- Updated CodeMirror modules to their latest versions.
+ - Updated many outdated Rust crates.
- Replaced a select few commands with built-in commands for better cross-OS compatibility.
- - Zaguán Blade. Removed more debug output throughout the app.
+ - Zaguán Blade. Disabled a lot more debug output throughout the app.
@@ -61,6 +62,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Tool Calls. Fixed a bug where the final response could arrive above a run_command tool call.
Blade Terminal. Fixed a bug where extra text would sometimes precede the command from run_command.
Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.
+ Chat Input. Fixed a bug where the cursor was rendered at double the font size.