Skip to content

0.1.0-alpha.5 - 2026-05-15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 May 12:10
b6f4a4c

Release Notes

Added

  • Added a source-free semantic HTML manifest that preserves document frontmatter, block metadata, hierarchy, and canonical Markdown body content for HMD↔HTML interchange.
  • Added data-hmd-target attributes to semantic HTML blocks so rendered previews can map selections directly to semantic patch targets.
  • Added semantic roundtrip coverage for Decision documents, top-level Markdown, block body Markdown, frontmatter metadata, and comment redaction.

Changed

  • Changed the default render roundtrip mode from view to semantic in both the CLI and RenderOptions.
  • Improved semantic HTML import to prefer embedded semantic manifests before falling back to DOM data-hmd-* reconstruction.
  • Updated roundtrip documentation and IR/SPEC guidance to define semantic HTML as a source-free working interchange format.
  • Regenerated bundled example HTML files with the new default semantic output.

Install hmd-cli 0.1.0-alpha.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.5/hmd-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.5/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.5

File Platform Checksum
hmd-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hmd-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hmd-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
hmd-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hmd-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum