Skip to content

v3.0.0

Choose a tag to compare

@tuna-f1sh tuna-f1sh released this 02 Jun 18:44
· 4 commits to main since this release

Added

  • display: hubs have a specific tree termination icon '⊛' (#114).
  • display: --mute-hubs arg and mute-hubs config key to apply a single muted colour (default: bright black) to hub device lines instead of per-block colours; colour configurable via colours.muted (#113).
  • filter: multi-value --filter-* CLI args (same arg OR'd, different args AND'd via cross-product), --filter-exclude KEY=VALUE for excluding devices, and filter-include/filter-exclude config keys (#111).

Changed

  • filter: breaking crate APIFilter is now a single-criterion struct within the new DeviceFilter container type, which replaces Option<Filter> in ProfilerOptions and owns the retain_*/hide_* methods; use DeviceFilter::from(filter) to migrate (#111).

Fixed

  • profiler: windows: fix manufacturer string always none on windows falling back to usb.ids (#110).