From f4432961ef94c8b510698e0a2b9052e8833acdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 16 Feb 2026 21:13:54 +0100 Subject: [PATCH] docs(changelog): add v0.2.0 features and bug fixes" - that's 54 characters, which is under 72. Good.docs(changelog): add v0.2.0 features and bug fixes Add full git commit message feature, Local AI refactoring, and fixes for text flickering and scroll position when loading conversations --- src/pages/changelog.astro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index c773f38..784d749 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -29,7 +29,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

v0.2.0

- TBD + February 16, 2026
Development
@@ -43,6 +43,8 @@ import BaseLayout from '../layouts/BaseLayout.astro'; @@ -63,7 +65,9 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Bug Fixes