diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 42ea8cf..630a1e6 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -33,6 +33,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+
+ ✨
+ Enhancements
+
+
+ - When selecting a screenshot, added a half-second delay before capturing to allow time for UI elements (like window selection boxes) to disappear.
+
+
+
✨
@@ -41,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Brand new App Icon. Redesigned app icon with a fresh, modern look.
- Git graph visualization. Implemented a Git graph of the 50 latest commits with a details popup for viewing commit information.
+ - Ollama Cloud support. Added support for Ollama Cloud. Requires an account at ollama.com.
@@ -60,9 +71,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
- - Fixed a bug where the tool call message would pop to the top instead of being in the conversation flow.
- - Fixed a bug where the
project_index.md had incomplete information.
- - Added a warning if trying to upload an image using GLM models. They do not support images.
+ - Fixed the Blade Terminal echo bug when the model is using the
run_command tool call.
+ - Fixed
run_command tool calls in AI Chat appearing above already run (or failed) commands instead of below them.
+ - Fixed bug in the Ollama and Ollama Cloud implementation that resulted in errors.