Skip to content

v0.6.0

Compare
Choose a tag to compare
@jaypipes jaypipes released this 17 Mar 11:47

Features

  • Windows support (@KingRial, #9): CPU, memory, block, chassis, bios, product and network modules now supported on Windows.
  • ghw.Disk.IsRemovable (@thetravischannel): Added new boolean attribute to ghw.Disk struct to represent if the disk drive is removable.
  • Diagnostic snapshot (@jaypipes, #66): Added new ghw-snapshot command (currently Linux-only) that builds a static filesystem snapshot into a tarball and a script (hack/run-against-snapshot.sh) that will mount the snapshot in a Docker container and run ghwc against it for testing/diagnostic purposes