fix(changelog): add Git Push button state fix to changelog

This commit is contained in:
2026-02-26 21:04:46 +01:00
parent 1d2e7da8df
commit a8892c6a85
+1
View File
@@ -64,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes Bug Fixes
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<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>
<li><strong>Terminal.</strong> Fixed the Terminal Copy command <code>Ctrl-Shift-C</code>/<code>Cmd-Shift-C</code>.</li> <li><strong>Terminal.</strong> Fixed the Terminal Copy command <code>Ctrl-Shift-C</code>/<code>Cmd-Shift-C</code>.</li>