Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:38

Changelog

  • 2e5431c chore(tooling): add linter config and makefile targets
  • 06d63b0 ci(release): add goreleaser config for windows binaries
  • 738adc2 feat(art): add windows ascii logo and art registry
  • 88220f2 feat(cli): wire up main entrypoint and flags
  • e672c82 feat(render): add renderer interface and art types
  • 084c67a feat(render): add styled text renderer with side-by-side layout
  • e0cd4c9 feat(system): add concurrent collector aggregator
  • d75f877 feat(system): add domain models and collector interface
  • 722fdb7 feat(system): add gpu placeholder collector
  • 4efce86 feat(system): add windows cpu collector with usage
  • 824784a feat(system): add windows disk collector
  • 9741536 feat(system): add windows host collector
  • 01291ef feat(system): add windows memory collector
  • 1dcc04c feat(system): add windows motherboard collector
  • b60c11c fix(render): strip (R)/(TM) trademark symbols from cpu model
  • 3a7ded7 fix: anchor binary ignore pattern to avoid excluding cmd/gofetch
  • 8355f18 refactor(system): rename SystemInfo to Info to avoid package stutter