github ramonvermeulen/whosthere v0.6.0

8 hours ago

What's Changed

  • chore(deps): updated Go dependencies by @dependabot[bot] in #71
  • refactor: made discovery package reusable - now importable by other projects by @ramonvermeulen in #72
    • configuration is now more predictable: flags override env vars, which override YAML config, which overrides defaults
    • scan command output is now in a table format which is cleaner and easier to read
    • discovery functionality moved to pkg/discovery with documentation
    • fixed a thread safety issue that could cause crashes during device merging in rare cases
  • feat: scan command now supports --json and --pretty flags for structured output by @ramonvermeulen in #73
  • feat: can now disable colored output via theme.no_color in config.yaml (in addition to NO_COLOR env var) by @ramonvermeulen in #75

Full Changelog: v0.5.1...v0.6.0

Don't miss a new whosthere release

NewReleases is sending notifications on new releases.