fix(changelog): add Gemini model warning bug fix to changelog

This commit is contained in:
2026-02-27 18:35:41 +01:00
parent 8f7046272a
commit 8f4d355ba1
+1
View File
@@ -66,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes Bug Fixes
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that resulted in a warning for the Gemini model. Did not affect functionality.</li>
<li><strong>Git Push.</strong> Fixed a bug in the Git Push button where it now correctly changes state from Push to Pushing to Pushed.</li> <li><strong>Git Push.</strong> Fixed a bug in the Git Push button where it now correctly changes state from Push to Pushing to Pushed.</li>
<li><strong>Header Alignment.</strong> Fixed an alignment issue in the header where the app name was off-center when no tabs were open.</li> <li><strong>Header Alignment.</strong> Fixed an alignment issue in the header where the app name was off-center when no tabs were open.</li>
<li><strong>Local AI.</strong> Fixed an issue where the responses would appear in reverse order.</li> <li><strong>Local AI.</strong> Fixed an issue where the responses would appear in reverse order.</li>