From f77bdb7d388a8564a1f329fb01577c1232c59207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 18 May 2026 23:17:41 +0200 Subject: [PATCH] docs(changelog): add v0.7.0 shutdown modal, translations, markdown fix --- src/pages/changelog.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index ef6552f..69dcdd6 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -59,6 +59,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • CSS. Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.
  • Scrolling. Made scrolling a lot smoother across the board.
  • Dependencies. Added .pnpm-store to .gitignore and Gix ignored logic.
  • +
  • Shutdown Modal. Added a shutdown modal to save unsaved changes.
  • +
  • Updated Translations. English and Spanish translations updated and hardcoded literals replaced with translation strings.
  • @@ -78,6 +80,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
  • Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
  • Editor. Fixed a bug that resulted in stale content being shown when switching tabs.
  • +
  • Markdown Editor. Fixed a bug in the Markdown editor that would result in text being garbled.