Skip to content

Releases: pchuri/confluence-cli

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:47

2.0.2 (2026-04-27)

Bug Fixes

  • client: isolate per-userkey failures in resolveUserKeysInHtml (#129) (4185b4a)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:31

2.0.1 (2026-04-27)

Bug Fixes

  • config: type-guard remaining CLI option validation against non-strings (#128) (c7c1a31), closes #124

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:16

2.0.0 (2026-04-27)

BREAKING CHANGES

  • Unmarked markdown blockquotes are no longer auto-wrapped in a Confluence info macro. To preserve the old behavior, prefix the blockquote with > **INFO**. Existing pages already containing info macros are unaffected — storageToMarkdown still emits [!info] for them, which markdownToStorage re-expands.

v1.35.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 13:02

1.35.0 (2026-04-27)

Features

  • converter: round-trip anchor macros and same-page anchor links (#126) (3dfb276), closes #118

v1.34.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:54

1.34.0 (2026-04-27)

Features

  • add TOC, ANCHOR, and same-page anchor link conversions (#118) (213b910), closes #125

v1.33.3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:13

1.33.3 (2026-04-27)

Bug Fixes

  • preserve href on tags during markdown conversion (#123) (1b2036d), closes #122

v1.33.2

Choose a tag to compare

@github-actions github-actions released this 27 Apr 09:08

1.33.2 (2026-04-27)

Bug Fixes

  • config: harden CLI option and config-file parsing against bad input (#124) (1ee18ef)

v1.33.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 05:07

1.33.1 (2026-04-26)

Bug Fixes

  • security: refuse cross-host attachment downloads (#121) (64b87c4)

v1.33.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 23:54

1.33.0 (2026-04-24)

Features

  • add configurable linkStyle for storage-format link output (#117) (18aa60c)

v1.32.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 06:42

1.32.1 (2026-04-24)

Bug Fixes

  • publish prod-only npm-shrinkwrap to avoid devDependency leakage (#116) (d2a7241), closes #110