refactor(changelog): move Git performance improvement to Enhancements section

This commit is contained in:
2026-02-14 22:58:56 +01:00
parent d1bfb2ce94
commit 75e4d73e84
+3 -17
View File
@@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3>
<ul class="changes-list">
<li>When selecting a screenshot, added a half-second delay before capturing to allow time for UI elements (like window selection boxes) to disappear.</li>
<li><strong>Git performance.</strong> Replaced most external <code>git</code> calls with <code>gix</code> for faster, more efficient Git operations.</li>
</ul>
</div>
@@ -56,21 +57,6 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Ollama Cloud support.</strong> Added support for Ollama Cloud. Requires an account at ollama.com.</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🔄</span>
Improvements
</h3>
<ul class="changes-list">
<li><strong>Git performance.</strong> Replaced most external <code>git</code> calls with <code>gix</code> for faster, more efficient Git operations.</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
Bug Fixes
</h3>
<ul class="changes-list">
<li>Fixed the Blade Terminal echo bug when the model is using the <code>run_command</code> tool call.</li>
@@ -249,8 +235,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🔄</span>
Improvements
<span class="changes-icon"></span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Git implementation is now complete.</strong> Full Git integration ready for use.</li>