0.7.0
Added
- Running instructions (sudo) for a cargo installation (#42) - @LoyVanBeek + @filalex77
setcap
instructions for linux instead of using sudo (#57) - @Calinou- Installation instructions for Nix/NixOS (#32) - @filalex77
- MSRV and cargo installation instructions (#66) - @ebroto
Fixed
- Repository URLs in Cargo.toml (#43) - @MatthieuBizien
- Skip interfaces with error (#49) - @Grishy
- MacOS no-screen-of-death workaround (#56) - @zhangxp1998
- Reduce CPU utilization on linux (#68) - @ebroto
- Informative sudo error message (#67) - @Tobbeman
- Foreground text color for non-black terminals (#65) - @niiiil
- Do not truncate process names on MacOS (#63) - @zhangxp1998
- Refactor tests into shared functionality (#55) - @chobeat
- Error on 0 interfaces found (#69) - @imsnif