From 15c3495700fecaee20dc3df2d7bb062dd78446af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 19 May 2026 19:25:52 +0200 Subject: [PATCH] docs(changelog): add v0.7.2 in-development section --- src/pages/changelog.astro | 74 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 327e22c..b42c8bf 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -20,6 +20,68 @@ import BaseLayout from '../layouts/BaseLayout.astro'; + +
+
+
+
+
+

v0.7.2

+ TBD +
+ In Development +
+ +
+
+

Current development build. Features and changes are being actively worked on and may change before release.

+
+ +

Zaguán Blade

+ +
+

+ + Enhancements +

+
    +
+
+ +
+

+ 🐛 + Bug Fixes +

+
    +
+
+ +

Zaguán Coder Daemon

+ +
+

+ + Enhancements +

+
    +
  • Zaguán Coder Daemon. Updated the System Prompts based on how modern LLMs in 2026 work in terms of positive and negative instructions.
  • +
+
+ +
+

+ 🐛 + Bug Fixes +

+
    +
+
+
+
+
+
+
@@ -1271,6 +1333,18 @@ import BaseLayout from '../layouts/BaseLayout.astro'; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: var(--color-bg); } + + .product-heading { + font-size: 1.1rem; + font-weight: 900; + text-transform: uppercase; + letter-spacing: 0.08em; + color: var(--color-text); + padding: var(--space-sm) var(--space-md); + border-left: 3px solid var(--color-accent); + background: var(--color-bg-elevated); + margin: 0; + } /* Version Content */ .version-content {