Skip to content

v0.5.0 — Quality Sprint

Latest

Choose a tag to compare

@elijah elijah released this 11 Jun 14:10
· 6 commits to master since this release
v0.5.0
5210e9d

What's new in v0.5.0

Testing

  • 19 CLI integration tests covering all major hk commands
  • HK_STORE_PATH / HK_CONFIG_DIR env var overrides for isolated test runs

CLI

  • hk version [--verbose] subcommand alias (many users muscle-memory hk version)
  • hk file now exits non-zero with a clear error on nonexistent paths
  • hk gc --delete exits 0 on successful cleanup (was incorrectly exiting 1)

HTTP API

  • GET /open?uri=<uri> — resolve and open any hook:// URI via the OS opener

Crate metadata

  • hitchmark-core and hitchmark-cli are now ready for cargo publish / crates.io
  • Per-crate README.md files

Specs

  • specs/uri-scheme.md updated to v0.3: renamed, x-callback-url parameter table, bookmark semantics clarified
  • specs/purple-numbers.md updated to v0.2: renamed, CLI flags corrected

Assets

  • Real 32×32 RGBA PNG tray icon for Windows (replaces 70-byte broken placeholder)

Full changelog: https://github.com/elijah/hitchmark/blob/master/CHANGELOG.md