docs(changelog): add v0.3.5 section with enhancements

- Added a new changelog entry for v0.3.5.
- Documented the implementation of the Zaguán Coder Daemon skill and refined the design skill.
- Updated version header, badge, and enhancements list.
This commit is contained in:
2026-03-06 17:12:03 +01:00
parent 1e0ce1288f
commit e86f74d3d4
+26 -2
View File
@@ -21,7 +21,32 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</section> </section>
<!-- v0.3.5 Section -->
<section class="changelog-section">
<div class="container">
<div class="version-card version-development">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.3.5</h2>
<span class="version-date">TBD</span>
</div>
<span class="version-badge badge-development">Development</span>
</div>
<div class="version-content">
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Implemented a new GPT skill inspired by <a href="https://github.com/cyxzdev/Uncodixfy" target="_blank" rel="noopener">Uncodixfy</a> and refined the other design skill.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.3.4 Section --> <!-- v0.3.4 Section -->
<section class="changelog-section"> <section class="changelog-section">
<div class="container"> <div class="container">
@@ -85,7 +110,6 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div> </div>
</div> </div>
</section> </section>
<!-- v0.3.3 Section --> <!-- v0.3.3 Section -->
<section class="changelog-section"> <section class="changelog-section">
<div class="container"> <div class="container">