diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index a4e4466..076b4cb 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- When selecting a screenshot, added a half-second delay before capturing to allow time for UI elements (like window selection boxes) to disappear.
+ - Git performance. Replaced most external
git calls with gix for faster, more efficient Git operations.
@@ -56,21 +57,6 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Ollama Cloud support. Added support for Ollama Cloud. Requires an account at ollama.com.
-
-
-
- 🔄
- Improvements
-
-
- - Git performance. Replaced most external
git calls with gix for faster, more efficient Git operations.
-
-
-
-
-
- 🐛
- Bug Fixes
- Fixed the Blade Terminal echo bug when the model is using the
run_command tool call.
@@ -249,8 +235,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- 🔄
- Improvements
+ ✨
+ Enhancements
- Git implementation is now complete. Full Git integration ready for use.