Releases: catnet-io/tui
Releases · catnet-io/tui
Release list
v0.2.0
Changelog
- 1b9c77d Merge pull request #17 from catnet-io/dependabot/github_actions/develop/actions/setup-go-7.0.0
- 92ec74b Merge pull request #18 from catnet-io/dependabot/github_actions/develop/goreleaser/goreleaser-action-7.2.3
- e285d6a Merge pull request #19 from catnet-io/dependabot/github_actions/develop/actions/checkout-7.0.1
- ea77407 Merge pull request #20 from catnet-io/develop
- 64a572f Merge pull request #22 from catnet-io/develop into main (v0.2.0)
- 88e9730 chore(deps): bump actions/checkout from 4.2.2 to 7.0.1
- ffdd95d chore(deps): bump actions/setup-go from 5.3.0 to 7.0.0
- 98453c8 chore(deps): bump goreleaser/goreleaser-action from 6.2.1 to 7.2.3
- 0ce75bd chore(release): prepare v0.2.0 release
- 4c1ba77 docs(changelog): record fixes for viewport, selection sync, and error handling
- 26bf555 feat(ui): add network topology map view with viewport and resize support
- cb0f28b fix(ui): resolve codacy review feedback for viewport, selection sync, and error handling
- 01cb7f8 style(ui): apply gofmt clean formatting and add rule 10 to AGENTS.md
v0.1.1
Changelog
- 37d775e Merge pull request #13 from catnet-io/develop
- d4878a6 Merge pull request #14 from catnet-io/develop
- bc4d75b Merge pull request #16 from catnet-io/develop
- 105bcc9 ci(release): support TAP_GITHUB_TOKEN secret for Homebrew and Scoop publishing
- 9636258 docs(pages): remove redundant index.html in favor of jekyll index.md
- 9627668 docs(ui): add GitHub Pages documentation site matching catnet layout
- 1dde960 fix(goreleaser): bind external repository tokens explicitly in brews and scoops config
- 2081ea3 fix(ui): normalize targetRange input and expand unit tests
- 9ad1fce fix(ui): resolve scan abort key handling and startScan data race
v0.1.0
Changelog
- c45810c Merge branch 'main' into develop
- e22ea42 Merge pull request #10 from catnet-io/develop
- c09cf2b Merge pull request #11 from catnet-io/develop
- b896599 Merge pull request #2 from catnet-io/develop
- 09411f4 Merge pull request #6 from catnet-io/develop
- 6fcdfaa chore(agents): add AGENTS.md with MVP definition and architecture
- 5f332b7 chore(agents): update repository context and DevSecOps rules
- f3195f7 chore(deps): bump actions/checkout from 4.2.2 to 7.0.1
- fb32c53 chore(deps): bump actions/setup-go from 5.3.0 to 7.0.0
- 364c1f4 chore(deps): update engine to v0.6.0 and prepare initial v0.1.0 release
- b2ab48c chore(github): add CODEOWNERS file
- 57e6de7 ci(cleanup): remove legacy develop-signed from branch cleanup pattern
- 49832d1 ci(pr-rules): allow mendsec maintainer in PR rules enforcer
- db11ac0 ci(rules): enforce strict zero rule bypassing and SSH signature requirements
- a3f343e ci(rules): verify dedicated SSH commit signing key
- 77350e7 ci: add GoReleaser release workflow and Homebrew/Scoop deployment configuration
- e16e3a3 ci: enforce develop branch policy and PR rules on main
- 5374ebf ci: replicate workflows, dependabot, and linter configs from engine
- dd906fa ci: standardize workflow
- 81cd19a feat(tui): bootstrap interactive terminal scanner with Bubble Tea
- ead0182 feat(ui): refactor TUI dashboard into modular packages
- 6dfb039 feat: implement interactive bubble tea UI
- 11be740 fix(ci): explicitly set check-run names to match GitHub branch protection required strings
- e8c33fa fix(ci): format workflow job names for exact GitHub Actions check context matching
- 14ac279 fix(ci): match top-level workflow names to exact GitHub branch protection required check strings
- 965a059 fix(ci): set exact job names matching GitHub branch protection required check strings
- 235421b fix(ci): update workflow triggers, setup-go in govulncheck, and action pins
- e95307d fix(ui): capture eventChan locally and strictly validate commit signatures against origin/main
- 7687223 fix(ui): resolve gosec and staticcheck lint issues
- ebd7e44 fix(ui): restore scan stream timeout and update commit signature validation
- d340562 test(ui): add assertions for export 0600 file permissions and startScan event propagation
- 6c4f9a9 test(ui): add unit tests for model lifecycle and scan cancellation
- c426842 test(ui): remove unnecessary sleep in TestStartScanEventPropagation