docs(changelog): add i18n prep and chat image paste fix entries

This commit is contained in:
2026-03-03 14:59:27 +01:00
parent e8881d25c7
commit 9c7e781857
+2
View File
@@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Frontend Audit.</strong> Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.</li> <li><strong>Frontend Audit.</strong> Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.</li>
<li><strong>i18n Preparation.</strong> Began preparing the application for internationalization (i18n); English is now ready.</li>
<li><strong>Rust Backend.</strong> Did an audit of the Rust backend using the <a href="https://github.com/leonardomso/rust-skills" target="_blank" rel="noopener">Rust Skill</a>. Found and fixed a few bugs, memory optimizations and panic-prone locks.</li> <li><strong>Rust Backend.</strong> Did an audit of the Rust backend using the <a href="https://github.com/leonardomso/rust-skills" target="_blank" rel="noopener">Rust Skill</a>. Found and fixed a few bugs, memory optimizations and panic-prone locks.</li>
</ul> </ul>
</div> </div>
@@ -66,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Editor Colors.</strong> Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.</li> <li><strong>Editor Colors.</strong> Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.</li>
<li><strong>Editor Scrollbar.</strong> Fixed an issue where the editor horizontal scrollbar was laid over the terminal.</li> <li><strong>Editor Scrollbar.</strong> Fixed an issue where the editor horizontal scrollbar was laid over the terminal.</li>
<li><strong>Layout Alignment.</strong> Fixed an alignment issue in the space between the editor and the chat.</li> <li><strong>Layout Alignment.</strong> Fixed an alignment issue in the space between the editor and the chat.</li>
<li><strong>Chat Image Paste.</strong> Fixed a bug introduced after the audit where pasting images into chat no longer worked.</li>
</ul> </ul>
</div> </div>
</div> </div>