You've already forked zblade.dev
docs(changelog): document v0.7.0 UI optimization and refactoring
Add changelog entries for the rebuilt Chat Panel, CodeMirror optimizations, Local Storage fixes, Progress Card refinement, Rust cleanup, and parallel tool calling for DeepSeek v4.
This commit is contained in:
@@ -21,7 +21,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</section>
|
||||
|
||||
<!-- v0.6.2 Section -->
|
||||
<section id="v0-6-2" class="changelog-section">
|
||||
<section id="v0-7-0" class="changelog-section">
|
||||
<div class="container">
|
||||
<div class="version-card version-development">
|
||||
<div class="version-header">
|
||||
@@ -33,6 +33,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</div>
|
||||
|
||||
<div class="version-content">
|
||||
<div class="version-resume">
|
||||
<p>Development builds focused on major UI optimization including a rebuilt Chat Panel and CodeMirror editor, extensive codebase refactoring, and smoother scrolling across the board.</p>
|
||||
</div>
|
||||
<div class="changes-section">
|
||||
<h3 class="changes-title">
|
||||
<span class="changes-icon">✨</span>
|
||||
@@ -43,7 +46,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<li><strong>AI Chat.</strong> Optimized the AI Chat based on technical inspiration from <a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener">T3Code</a>.</li>
|
||||
<li><strong>CodeMirror Editor.</strong> Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.</li>
|
||||
<li><strong>PHP Support.</strong> Added highlighting for PHP in CodeMirror.</li>
|
||||
<li><strong>Node Modules.</strong> Updated Node modules and crates for both frontend and backend.
|
||||
<li><strong>Node Modules.</strong> Updated Node modules and crates for both frontend and backend.</li>
|
||||
<li><strong>Local Storage.</strong> Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.</li>
|
||||
<li><strong>Progress Card.</strong> Refined the Progress card in the chat by removing unnecessary information.</li>
|
||||
<li><strong>Rust Cleanup.</strong> Refactored and removed old and almost unused Rust code/files.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for DeepSeek v4.</li>
|
||||
<li><strong>Zaguán Blade.</strong> Created a new version of the AI Chat Panel.</li>
|
||||
<li><strong>Alt-TAB.</strong> <code>Alt-TAB</code> now properly displays the Project name and the Filename.</li>
|
||||
|
||||
Reference in New Issue
Block a user