From a85fd0238d1428cb6e91c0232fe3ebf513915c52 Mon Sep 17 00:00:00 2001 From: samuelstroschein <35429197+samuelstroschein@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:30:10 +0000 Subject: [PATCH] Release v0.9.0 --- CHANGELOG.md | 10 ++++++++++ NEXT_RELEASE.md | 11 +---------- package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eccb4fb..7a9c8307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.9.0 - 2026-07-14 + +- Added frontmatter support to the Markdown editor, so YAML metadata is preserved and can be edited alongside document content. +- Improved Markdown review diffs for lists, tables, formatting, links, media, and moved or repeated blocks, with less noisy change highlighting. +- Added per-change Keep and Undo controls, making it possible to accept or reject individual agent edits instead of reviewing an entire file at once. +- Rebuilt the workspace around Atelier, with more reliable file tabs, panel state, direct Markdown opening from Finder, and restoration of recently opened documents. +- Improved Claude Code and Codex integration: agent terminals open alongside the workspace, external file writes appear as reviewable diffs, and changed files are surfaced automatically when an agent turn finishes. +- Added a clearer first-run workspace experience with an Open Folder action, an automatic fallback for creating the first Markdown file, and sensible panel defaults for folders and directly opened files. +- Upgraded the embedded Atelier workspace and Lix engine to the latest stable releases, reducing installation and startup complexity while improving Markdown review behavior. + ## 0.7.3 - 2026-07-03 - Improved agent startup behavior, including preferred-agent auto-launch and clearer handling when an installed agent version isn't supported. diff --git a/NEXT_RELEASE.md b/NEXT_RELEASE.md index e2fe350f..b41d132a 100644 --- a/NEXT_RELEASE.md +++ b/NEXT_RELEASE.md @@ -1,12 +1,3 @@ --- -type: minor -version: 0.9.0 +type: patch --- - -- Added frontmatter support to the Markdown editor, so YAML metadata is preserved and can be edited alongside document content. -- Improved Markdown review diffs for lists, tables, formatting, links, media, and moved or repeated blocks, with less noisy change highlighting. -- Added per-change Keep and Undo controls, making it possible to accept or reject individual agent edits instead of reviewing an entire file at once. -- Rebuilt the workspace around Atelier, with more reliable file tabs, panel state, direct Markdown opening from Finder, and restoration of recently opened documents. -- Improved Claude Code and Codex integration: agent terminals open alongside the workspace, external file writes appear as reviewable diffs, and changed files are surfaced automatically when an agent turn finishes. -- Added a clearer first-run workspace experience with an Open Folder action, an automatic fallback for creating the first Markdown file, and sensible panel defaults for folders and directly opened files. -- Upgraded the embedded Atelier workspace and Lix engine to the latest stable releases, reducing installation and startup complexity while improving Markdown review behavior. diff --git a/package.json b/package.json index 445b5c70..bdb30dc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opral/flashtype", "private": true, - "version": "0.7.3", + "version": "0.9.0", "type": "module", "main": "electron/main.mjs", "packageManager": "pnpm@10.13.1",