From 2e9721b55b50101f6294a13ba1e67f9aa0b45d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 12 Feb 2026 23:15:26 +0100 Subject: [PATCH] docs(changelog): add enhancement and fix sections for v0.1.2 --- src/pages/changelog.astro | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 42ea8cf..630a1e6 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -33,6 +33,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

+ + Enhancements +

+
    +
  • When selecting a screenshot, added a half-second delay before capturing to allow time for UI elements (like window selection boxes) to disappear.
  • +
+
+

@@ -41,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Brand new App Icon. Redesigned app icon with a fresh, modern look.
  • Git graph visualization. Implemented a Git graph of the 50 latest commits with a details popup for viewing commit information.
  • +
  • Ollama Cloud support. Added support for Ollama Cloud. Requires an account at ollama.com.

@@ -60,9 +71,9 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Bug Fixes