Skip to content

Releases: hacker65536/phd

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:43
b5e1301

Changelog

  • b5e1301 fix(tui): wrap description text to viewport width

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 08:29
428e5fb

Changelog

  • 428e5fb feat(fixture): mask emails and IPv4 in scrub free-text
  • 756d099 fix(cache): restrict cache dir/files to owner-only perms
  • 6651ee3 fix(render): neutralize CSV formula injection in export
  • 7154698 fix(render,tui): strip ANSI/control chars from output

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 03:06
501fd7c

Changelog

  • 4f0538d feat: add offline demo mode with anonymized fixtures

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 01:43
cc581f0

Changelog

  • 5efc724 feat: make TUI the default UI and events the default subcommand

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:59
c5053df

Changelog

  • 365ccce feat: fall back to build info for version when ldflags absent
  • 32052ac refactor: rename module path to github.com/hacker65536/phd

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:43
91b7b13

Changelog

  • fa8b0fd feat(tui): add refresh (r), status colors, group toggle (g), event CSV export
  • 96f46c1 feat(tui): export affected resources to CSV with 'e'
  • dff4f71 feat(tui): make EOL label colored and drop brackets
  • 91b7b13 feat: add version command, goreleaser release pipeline and Makefile
  • 65cbbd4 first commit
  • c63004a refactor(render): export helpers directly, drop helpers_public.go wrapper
  • a7d219d refactor(tui): eventItem interface, centralize quit/flash, unify viewport keys
  • bf81bad refactor(tui): extract viewportPage helper, split tests by concern