Releases: imsnif/bandwhich
Releases · imsnif/bandwhich
0.8.0
[0.8.0] - 2020-01-09
Added
- Brew formula and installation instructions for macOS (#75) - @imbsky
- UI change: add spacing between up and down rates for readability (#58) - @Calinou
- Support for wireguard interfaces (eg. for VPNs) (#98) - @Ma27
- Void linux installation instructions (#102) - @jcgruenhage
- Arch installation with pacman (#103) - @kpcyrd
Fixed
- Fix string conversion error on macOS (#79) - @zhangxp1998
- Proper fix for macos no-screen-of-death (#83) - @zhangxp1998 + @imsnif
- Fix UDP traffic not displayed issue #81 with (#82) - @zhangxp1998
- Fix mac build (#93) - @imsnif
- Better procfs error handling (#88) - @zhangxp1998
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