Skip to content

Releases: VrianCao/hmd

0.1.0-alpha.8 - 2026-05-23

23 May 11:54
d67022f

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Prepared release 0.1.0-alpha.8.

Install hmd-cli 0.1.0-alpha.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.8/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.8/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.8

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

0.1.0-alpha.6 - 2026-05-16

16 May 13:25

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Added npm distribution under the @humanmd/cli and @humanmd/wasm packages.
  • Changed the npm CLI installer to download cargo-dist release artifacts from deterministic GitHub Release URLs instead of the GitHub API.
  • Added npm package version checks to the release invariant script and release bump workflow.
  • Fixed the WASM npm package preparation flow so generated pkg assets are included in published tarballs.

Install hmd-cli 0.1.0-alpha.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.6/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.6/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.6

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

0.1.0-alpha.5 - 2026-05-15

15 May 12:10
b6f4a4c

Choose a tag to compare

Pre-release

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

0.1.0-alpha.4 - 2026-05-14

14 May 17:13
47c206b

Choose a tag to compare

Pre-release

Release Notes

Added

  • Added developer documentation for local workflows, parser architecture, profile validation, and HTML roundtrip behavior.
  • Added a machine-readable conformance fixture manifest and reference implementation test coverage for manifest cases.
  • Added profile governance policy for official, community, and local profiles, namespace rules, versioning, renderer trust, and registry metadata.
  • Added CI coverage for the npm CLI wrapper and Tree-sitter grammar package.

Install hmd-cli 0.1.0-alpha.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.4/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.4/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.4

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

0.1.0-alpha.3 - 2026-05-14

14 May 15:18
b0c4cba

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Centralized workspace crate versioning under [workspace.package] and workspace dependency pins.
  • Added release invariant checks for lockstep versions, internal exact pins, README install examples, and changelog release sections.
  • Added a guarded GitHub Actions Publish Crates workflow that publishes crates.io packages before pushing the release tag.
  • Added automated release version bumping and metadata-derived publish ordering.
  • Tightened release runbook safeguards for single-maintainer approvals, branch protection, tag protection, and recovery paths.

Install hmd-cli 0.1.0-alpha.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.3/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.3/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.3

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

0.1.0-alpha.2 - 2026-05-14

14 May 02:55
2a64a9b

Choose a tag to compare

Pre-release

Release Notes

Added

  • Added repository governance, contribution, support, compatibility, roadmap, supply-chain, conformance, and RFC process documents.
  • Added repository issue templates, pull request template, labels, CODEOWNERS, Dependabot grouping, and security workflow configuration.
  • Added CLI-side local SVG asset collection for HTML rendering.
  • Added inline SVG rendering with hmd-asset comments and data-hmd-asset-* metadata that point back to the original source asset.

Changed

  • Refined the static HTML renderer template with a darker blue theme, more restrained modern styling, and responsive layouts.
  • Improved generated HTML layout for official profile metadata in the general example.
  • Regenerated the four example HTML files with the updated renderer and inline asset output.
  • Documented the Rust crate release process and GitHub release flow.

Removed

  • Removed the vulnerable wasm-pack npm wrapper dependency path from the WASM package.

Install hmd-cli 0.1.0-alpha.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.2/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.2/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.2

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

0.1.0-alpha.1 - 2026-05-13

13 May 04:09
ee89279

Choose a tag to compare

Pre-release

Install hmd-cli 0.1.0-alpha.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/VrianCao/hmd/releases/download/v0.1.0-alpha.1/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.1/hmd-cli-installer.ps1 | iex"

Download hmd-cli 0.1.0-alpha.1

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