Changelog
Version history of Notion Flow. For full releases and downloads, see GitHub Releases。
0.4.5
2026-06-21Features
- Redesigned UI: the side panel is now a segmented “TOC / Publish”. The publish view is what-you-see-is-what-you-ship — an article card with live required-field validation (title/name/date), connection status, step progress and a compact log.
- Settings page rebuilt with a left-nav section layout (Overview / Notion / GitHub / Image transfer / TOC & UI / Advanced / About) plus a 4-step setup wizard.
- Image transfer now supports a primary store + multiple mirrors: one image is uploaded to several object stores in parallel; the primary URL is written into the article, and mirror failures don’t block publishing.
- The module-conversion plugin is now a two-pane editor: write functions on the left, inspect “block → string” on the right, with one-click Run-test, covering 13 customizable block types.
- “Test connection” for Notion / GitHub in settings.
- Smarter toolbar-icon behavior: open the side panel directly on Notion pages, show a guide popup elsewhere.
- Added support for the notion.com domain.
Fixes
- Various stability and edge-case fixes.
0.4.4
2025-05-10Features
- Correctly show the error reason when GitHub or other steps fail.
0.4.3
2024-12-21Features
- Added a confirmation when module-conversion syntax is correct.
- Logs no longer repeat the same module-conversion message — each module is logged once.
Fixes
- Fixed the runtime log incorrectly reporting a conversion error when module-conversion settings are wrong (it should fall back to default conversion).
0.4.2
2024-11-05Features
- Show a toast when custom module-conversion code has a syntax error; the erroneous content is not persisted.
Fixes
- Fixed a freeze when a custom module function throws.
0.4.1
2024-03-31Features
- Added support for self-hosted OSS compatible with the AWS S3 API, such as Cloudflare R2.
0.4.0
2024-03-21Fixes
- Fixed links not converting correctly in rich text.
- Fixed indentation when converting Notion Page Properties to YAML so they’re recognized as Front Matter.
0.3.0
2024-03-17Features
- Happy birthday, Notion Flow!