docs(changelog): add smooth scrolling and canvas repaint enhancements

- Improved CodeMirror scrolling experience
- Added canvas repaint hook for Linux/X11/Openbox environments
This commit is contained in:
2026-04-03 09:10:11 +02:00
parent 48a16bb4c0
commit 667cd33c58
+2
View File
@@ -43,6 +43,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements Enhancements
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>CodeMirror.</strong> Made the scrolling feel smoother.</li>
<li><strong>Canvas.</strong> Added a hook to repaint the canvas, especially on Linux/X11/Openbox.</li>
<li><strong>Local AI.</strong> Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).</li> <li><strong>Local AI.</strong> Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).</li>
</ul> </ul>
</div> </div>