Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:17
Immutable release. Only release title and notes can be modified.
v0.7.3
7001941

✨ Added

  • Read Markdown bodies from a file or stdin via --markdown-file, unified under a single --markdown flag.
  • Accept both --json-input payload shapes on create and edit.

🔥 Changed

  • Normalize pasted Jira wiki markup before Markdown conversion.
  • Abort strict ADF mode on content loss only, not on decoration or placement.
  • Treat the wire and alias spellings of the project field as one.

📜 Commits

  • 5c4c1ca feat(adf): normalize pasted Jira wiki markup before Markdown conversion
  • ad8f58d test(adf): pin the loud-loss contract and align json-input steering
  • 343e01f feat(cli): unify Markdown body input on a single --markdown flag
  • 02806c6 fix(create): treat wire project and alias spellings as one field
  • 733b107 feat(cli): read Markdown bodies from a file or stdin via --markdown-file
  • a302460 feat(input): accept both --json-input payload shapes on create and edit
  • b16b1b1 fix(adf): keep strict mode for content loss, not decoration or placement
  • 4856bb3 docs: align every surface with the unified input model
  • 7001941 ci: run the release gate's tests uncached

Full Changelog: v0.7.2...v0.7.3