mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
2.2 KiB
2.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[Unreleased]
Added
- Brew formula and installation instructions for macOS (https://github.com/imsnif/bandwhich/pull/75) - @imbsky
Fixed
- Fix string conversion error on macOS (https://github.com/imsnif/bandwhich/pull/79) - @zhangxp1998
[0.7.0] - 2020-01-05
Added
- Running instructions (sudo) for a cargo installation (https://github.com/imsnif/bandwhich/pull/42) - @LoyVanBeek + @filalex77
setcapinstructions for linux instead of using sudo (https://github.com/imsnif/bandwhich/pull/57) - @Calinou- Installation instructions for Nix/NixOS (https://github.com/imsnif/bandwhich/pull/32) - @filalex77
- MSRV and cargo installation instructions (https://github.com/imsnif/bandwhich/pull/66) - @ebroto
Fixed
- Repository URLs in Cargo.toml (https://github.com/imsnif/bandwhich/pull/43) - @MatthieuBizien
- Skip interfaces with error (https://github.com/imsnif/bandwhich/pull/49) - @Grishy
- MacOS no-screen-of-death workaround (https://github.com/imsnif/bandwhich/pull/56) - @zhangxp1998
- Reduce CPU utilization on linux (https://github.com/imsnif/bandwhich/pull/68) - @ebroto
- Informative sudo error message (https://github.com/imsnif/bandwhich/pull/67) - @Tobbeman
- Foreground text color for non-black terminals (https://github.com/imsnif/bandwhich/pull/65) - @niiiil
- Do not truncate process names on MacOS (https://github.com/imsnif/bandwhich/pull/63) - @zhangxp1998
- Refactor tests into shared functionality (https://github.com/imsnif/bandwhich/pull/55) - @chobeat
- Error on 0 interfaces found (https://github.com/imsnif/bandwhich/pull/69) - @imsnif