Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Latest commit

 

History

History
131 lines (64 loc) · 7.48 KB

File metadata and controls

131 lines (64 loc) · 7.48 KB

Changelog

0.9.0 (2026-01-16)

Features

  • add --content-only flag to page view for roundtrip editing (#66) (eccc13e)

0.8.1 (2026-01-16)

Bug Fixes

  • allow --parent flag to move page without content (#64) (863c29d), closes #60
  • correct homebrew tap reference (#63) (949c85e)
  • validate empty content client-side before API call (#61) (f122c95), closes #59

0.8.0 (2026-01-15)

Features

  • Support common Confluence macros (TOC, panels, expand) (#52) (e991f9f)

0.7.0 (2026-01-14)

Features

  • add --parent flag to page edit command (#48) (a66160d)

0.6.0 (2026-01-14)

Features

0.5.0 (2026-01-13)

Features

  • add cloud editor (ADF) support for page creation (#40) (ae8eb8b)

0.4.0 (2026-01-12)

Features

  • add Confluence search with CQL support (#37) (bda490c), closes #36

0.3.2 (2026-01-12)

Bug Fixes

  • enable GFM table extension in markdown converter (#34) (a21ca4f), closes #30

0.3.1 (2026-01-12)

Bug Fixes

  • add _meta field to JSON list output for pagination (#32) (0005918)

0.3.0 (2026-01-11)

Features

  • add --unused flag to find orphaned attachments (#28) (c7653e5)

0.2.5 (2026-01-11)

Bug Fixes

  • preserve tables in HTML to markdown conversion (#26) (56340da)

0.2.4 (2026-01-11)

Bug Fixes

  • preserve code blocks from Confluence UI pages in markdown output (#24) (b29653b), closes #15

0.2.3 (2026-01-11)

Bug Fixes

  • reject invalid --status values with helpful error message (#22) (ee58d7f)

0.2.2 (2026-01-11)

Bug Fixes

  • resolve space key from spaceId for page copy (4b85f2a)

0.2.1 (2026-01-11)

Bug Fixes

  • use downloadLink from attachment metadata for downloads (1621fd8)
  • use downloadLink from attachment metadata for downloads (42e3053)
  • use RELEASE_PAT to trigger release workflow (3a9fd3c)

0.2.0 (2026-01-10)

Features

  • add attachment delete command (a9f3d25)
  • add automated releases via release-please (91d7354)
  • add automated releases via release-please (f2d6212)
  • add page copy command (f86c9ee)
  • add page copy command (7290a3e)
  • warn before overwriting existing files in attachment download (32a5445)

Bug Fixes

  • pin golangci-lint to v2 in CI (6bb768e)
  • resolve 6 bugs found during chaos testing (ddc6f77)
  • resolve golangci-lint v2 issues (fd699f7)
  • resolve golangci-lint v2 issues (2762523)
  • sanitize attachment download filenames to prevent path traversal (8f35b16)