diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 08f9f61..107c2ed 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Dependencies. Updated Tauri to the latest version.
  • 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.
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
  • Zaguán Blade. Created a new version of the AI Chat Panel.