diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 14f8f0f..ae28629 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -21,7 +21,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; -
+
@@ -33,6 +33,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

Development builds focused on major UI optimization including a rebuilt Chat Panel and CodeMirror editor, extensive codebase refactoring, and smoother scrolling across the board.

+

@@ -43,7 +46,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • AI Chat. Optimized the AI Chat based on technical inspiration from T3Code.
  • CodeMirror Editor. Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.
  • PHP Support. Added highlighting for PHP in CodeMirror.
  • -
  • Node Modules. Updated Node modules and crates for both frontend and backend. +
  • Node Modules. Updated Node modules and crates for both frontend and backend.
  • +
  • Local Storage. Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.
  • +
  • Progress Card. Refined the Progress card in the chat by removing unnecessary information.
  • +
  • Rust Cleanup. Refactored and removed old and almost unused Rust code/files.
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Blade. Created a new version of the AI Chat Panel.
  • Alt-TAB. Alt-TAB now properly displays the Project name and the Filename.