Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 1 addition & 10 deletions NEXT_RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading