v0.2.1
·
0 commits
to 136243e7381c17c6500bac5a3169089ca7270577
since this release
0.3.0 (2026-06-24)
⚠ BREAKING CHANGES
- Node 20 is no longer supported. The Action now runs on the node24 runtime and the CLI requires Node.js 24 or later.
Features
- add exclude patterns to skip files in directory sync (de8e8ee)
- auto-create page in Confluence space (a2ce03e)
- auto-create page in Confluence space when space_key is provided (f5eb4e6)
- drop Node 20 support and target Node 24 (d0e16b0)
- enable GitHub Action usage via
uses:and prepare for Marketplace (fcb86df) - enable GitHub Action usage via uses: and Marketplace listing (9026809)
- enable write_page_id by default (fc91d7f)
- skip files without page ID instead of failing the workflow (c60ef65)
- skip files without page ID instead of failing the workflow (8345f0f)
- support directory-based markdown sync (5eef13c)
- support directory-based markdown sync (b50e272)
- support frontmatter title for page sync (76583c2)
- support frontmatter title for page sync (6643f5f)
Bug Fixes
- format code with Biome to pass CI lint check (02459cd)
- remove component prefix from release tags for Marketplace compatibility (a1dbd8c)
- rename action to Confluence MD for unique Marketplace slug (355e028)
- satisfy lint checks for directory sync (4cef1ff)
- update existing attachment data instead of failing on duplicate filename (276a421)
- update existing attachment instead of failing on duplicate filename (dd1e80c)
- use v* tag format for GitHub Marketplace compatibility (84ce1bc)