Skip to content

Releases: theworker02/wiretap

Release list

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:41
d7d8593

Changelog

  • d7d8593 Merge pull request #8 from theworker02/feat/search-pattern-v050
  • 8bdddfd feat: add capture byte-pattern search for v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:57

Wiretap v0.4.0

Unified product release under @theworker02.

Module: github.com/theworker02/wiretap · Docs site: theworker02.github.io/wiretap

go install github.com/theworker02/wiretap/cmd/wiretap@v0.4.0

Added

  • wiretap catalog — browse bundled examples via examples/catalog.yaml
  • wiretap lint / schema lint — schema hygiene (overlaps, endian, unnamed fields)
  • wiretap format — normalize / pretty-print tolerant hex input
  • ORGANIZATION.md — maintainer identity (@theworker02)
  • Redesigned logo / mark / favicon / social preview
  • Polished GitHub Pages site (docs-site/)
  • .github/FUNDING.yml — GitHub Sponsors + thanks.dev
  • Logo headers on package/example READMEs
  • Report cache helpers in internal/report; synth corpus in internal/eval

Changed

  • Module path github.com/theworker02/wiretap
  • Default version 0.4.0
  • Project metadata writes wiretap: 0.4.0 (no phase1 tags)
  • Pipeline comments describe stages, not bolted-on phases
  • Flagship README rewritten as a product page for @theworker02

Removed

  • Standalone internal/storage (merged into internal/report)
  • Standalone internal/synth (merged into internal/eval)
  • Former wiretap-os module / org branding

See CHANGELOG.md for full history.