From 023449da2756f535e8d0fa424abae494d3d70581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 8 Feb 2026 10:33:25 +0100 Subject: [PATCH] feat(changelog): add changelog page --- src/pages/changelog.astro | 351 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 src/pages/changelog.astro diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro new file mode 100644 index 0000000..132a2a1 --- /dev/null +++ b/src/pages/changelog.astro @@ -0,0 +1,351 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +--- + + +
+ +
+
+
+
// CHANGELOG.md
+

+ CHANGELOG + RELEASE_HISTORY_ +

+

+ Track the evolution of Zaguán Blade. See what's new, what's fixed, and what's coming. +

+
+
+
+ + +
+
+
+
+
+

v0.1.1

+ TBD +
+ Latest +
+ +
+
+

+ + New Features +

+
    +
  • PDF support. The editor can now load PDFs natively.
  • +
  • Screenshot support. Capture window or select region.
  • +
  • Upload image. Add images directly to your workspace.
  • +
  • Paste image. Paste images from clipboard into the editor.
  • +
+
+ +
+

+ 🔄 + Improvements +

+
    +
  • Git implementation is now complete. Full Git integration ready for use.
  • +
  • Added tooltips on the buttons in the sidebar.
  • +
  • Adjustments in the status bar. Improved status bar layout and information.
  • +
+
+ +
+

+ 🐛 + Bug Fixes +

+
    +
  • Fixed the Blade Terminal input and output where it used to show escape characters.
  • +
  • Fixed issue where the chat would sometimes show garbled response.
  • +
  • Hide Search icon because functionality not yet implemented.
  • +
  • Open tab now shows the Close button.
  • +
  • After closing a tab, go to the previously open tab.
  • +
  • Plus many bug fixes.
  • +
+
+
+
+
+
+ + +
+
+
+
+
+

v0.1.0

+ February 4, 2026 +
+ Initial +
+ +
+
+
🚀
+

+ The very first release of Zaguán Blade. This marks the beginning of our journey to create the ultimate AI-native code editor. +

+
+
+
+
+
+
+
+ +