docs(changelog): add performance and memory leak fixesdocs(changelog): add performance and memory leak fixes

This commit is contained in:
2026-02-23 14:02:35 +01:00
parent def02bb360
commit c8f90b3589
+1
View File
@@ -53,6 +53,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Performance.</strong> Fixed memory leaks, optimized for better performance and cleaned up the code a little.</li>
<li><strong>Editor Performance.</strong> Significantly improved editor responsiveness by splitting context state and actions to eliminate unnecessary re-renders in hot-path components.</li>
<li><strong>Markdown Performance.</strong> Improved typing responsiveness in Markdown files by disabling expensive syntax features and skipping per-keystroke cursor synchronization.</li>
<li><strong>Google Gemini 3.1 Pro.</strong> Trying to make Google Gemini 3.1. Pro work better based on feedback and other OSS projects.</li>