Skip to content

Releases: skhell/pingtrace

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:47
f956404

Changelog

  • f956404: docs(cli): document --ports flags and paginate long help output (@skhell)
  • 36ea517: fix(csvexport): always create scan_*.csv even with no open ports (@skhell)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 07:37
0a3b0cb

Changelog

  • d04d191: feat(cli): wire --ports port scan into single-target and bulk modes (@skhell)
  • d381316: feat(configtui): redesign as tabbed layout with per-tab cursor memory (@skhell)
  • 00b7f40: feat(configtui): show version and repo link in header (@skhell)
  • 2af95e2: feat(iana): on-demand auto-download of IANA csv list (@skhell)
  • b726078: feat(portscan): add TCP connect port scanner package (@skhell)
  • f4a345d: feat: wire port scan into CLI with config keys, CSV export, and progress spinner (@skhell)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:43
799cae2

Changelog

  • 799cae2: ci: add Homebrew tap via GoReleaser and update install docs (@skhell)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:06
4bd16be

Changelog

  • 4bd16be: feat: add source/target columns, --compact-export, and from/to export filenames (v1.1.0) (@skhell)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 16:29
2600bca

Changelog

  • 2600bca: fix: correct DNS column routing and strip empty enrichment columns for private IPs (@skhell)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:46
31b110d

Changelog

  • 6320a64: Initial commit (Tia Zanella [email protected])
  • 31b110d: ci: add GoReleaser workflow for automated releases (Tia Zanella (skhell) [email protected])
  • 18d960b: feat: add pingtrace CLI with config, verbose probes, and CSV export (Tia Zanella (skhell) [email protected])
  • d985e11: feat: bulk mode, per-packet CSV export, and PeeringDB enrichment (Tia Zanella (skhell) [email protected])
  • 1db4095: feat: responsive tables, --wide/--columns flags, and clack UI (v0.2.0) (Tia Zanella (skhell) [email protected])
  • 3130d7d: feat: rewrite pingtrace in Go as v1.0.0 Replaces the Node.js/npm implementation (v0.2.0) with a static Go binary. No runtime required. Strict superset of the original feature set plus live MTR TUI, streaming probe output, bulk/CIDR mode, JSON reports, and cross-platform parsers for Linux, macOS, and Windows. (Tia Zanella (skhell) [email protected])
  • 4769012: fix: drop ./ prefix from bin path (Tia Zanella (skhell) [email protected])
  • 79fc57b: merge: release pingtrace 0.1.10 from dev (Tia Zanella (skhell) [email protected])