Skip to content

Releases: jkas2016/hostdoc

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:12

1.3.0 (2026-07-11)

Features

  • explicit --mode / HOSTDOC_MODE + mode-derivation footgun warning (#39) (#48) (bc66698)
  • self-hosted hosting mode — publish to your own NAS/PC (#41) (1aebec6)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 19:02

1.2.1 (2026-07-04)

Bug Fixes

  • 301-redirect extensionless directory URLs to add trailing slash (#44) (#45) (50b2cd4)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:43

1.2.0 (2026-07-02)

Bug Fixes

  • clean up nested child _meta sidecars on prefix delete/overwrite (#37) (#40) (a18b42b), closes #7
  • rm/open이 기본 랜덤 코드(대문자 포함)를 거부하는 버그 (#33) (#34) (ef27f7d)
  • uniform code generation + dedup infra preamble/template list (#21) (#35) (0182153)

Features

  • add --version / -v flag to the CLI (0d2b5a6)
  • nested/multi-segment custom paths in publish/rm/open (#38) (a18ff4c), closes #37

Performance Improvements

  • parallelize independent I/O in publish (uploads + walk) (#19) (#32) (e5532e6)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 05:50

1.1.1 (2026-06-25)

Bug Fixes

  • harden CLI failure paths (publish --open override, browser spawn, dev-mode templates) (#17) (#28) (1cb8dda)
  • harden config parsing and reject partial cloudfront config (#15) (#27) (eab32db)
  • harden the agent skill wrapper (signals, exit code, preflight) (#18) (#29) (bffef1b)
  • make list resilient to corrupt or incomplete sidecars (#23) (79186cd), closes #14
  • validate rm/open id and gate rm behind a confirmation prompt (#22) (21c240a), closes #13
  • write terraform.tfvars.json to prevent HCL template injection (#24) (031d3d7), closes #16

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:50

1.1.0 (2026-06-23)

Features

  • make publish --dry-run AWS-free (offline URL preview) (#11) (#12) (c7109eb)
  • wrap the hostdoc CLI as an installable agent skill (#5) (#10) (ec087aa)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 11:53

1.0.1 (2026-06-22)

Bug Fixes

  • bundle Terraform templates so npm-installed users can run provision (#8) (#9) (a249347)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 11:25

1.0.0 (2026-06-19)

Bug Fixes

  • add repository field so npm OIDC provenance validates (0a0e4ca)
  • CLI option wiring, bucket policy, and config endpoint (first-run bugs) (b5238b0)

Features

  • add `init --from-terraform` to import cloudfront config (35e85ba)
  • add hostdoc deprovision (CLI-driven terraform destroy) with --approve (7989ab3)
  • add hostdoc provision (CLI-driven terraform apply) with --approve (8fe49db)
  • CloudFront Function for subdir index + /_* 403 (8f7879d)
  • CloudFront invalidation helper with throttle backoff (806158f)
  • hostdoc — self-hosted document publish CLI (Phase 1) (67dfab4)
  • Terraform module for CloudFront/ACM/Route53 domain mode (09c9f6c)
  • wire CloudFront invalidation into publish (overwrite) and rm (6dd7860)