Skip to content

0.1.0-alpha.2 - 2026-05-14

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 May 02:55
2a64a9b

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