All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Update CONTRIBUTING information #438 - @YJDoc2 @cyqsimon
- Bump msrv to 1.75.0 #439 - @YJDoc2
- Replace
derivative
withderive_more
#439 - @YJDoc2 - Add build optimizations for release binary #434 - @pando85
- Minor cleanup and optimisations #435 - @cyqsimon
- CI: Use Powershell Compress-Archive to create Windows binary zip #424 - @cyqsimon
- Exit gracefully when there is a broken pipe error #429 - @sigmaSd
- Fix breaking changes of sysinfo crate #431 - @cyqsimon
- Fix
clippy::needless_lifetimes
warnings on nightly #432 - @cyqsimon
- Remove redundant imports #377 - @cyqsimon
- CI: use GitHub API to exempt dependabot from changelog requirement #378 - @cyqsimon
- Remove unnecessary logging synchronisation #381 - @cyqsimon
- Apply suggestions from new clippy lint clippy::assigning_clones #382 - @cyqsimon
- Fix IPv6 socket detect logic #383 - @cyqsimon
- Support build for
target_os
android
#384 - @flxo - Fix Windows FP discrepancy issue in test #400 - @cyqsimon
- CI: include generated assets in release archive #359 - @cyqsimon
- Add PID column to the process table #379 - @notjedi
- CI: add builds for target
aarch64-linux-android
#384 - @flxo - CI: Keep GitHub Actions up to date with GitHub's Dependabot #403 - @cclauss
- CI: Enable more cross-compiled builds #401 - @cyqsimon
- CI: use sccache to speed up CI #408 - @cyqsimon
- CI: strip release binaries for all targets #358 - @cyqsimon
- Bump MSRV to 1.74 (required by clap 4.5; see #373)
- CI: Configure dependabot grouping #395 - @cyqsimon
- CI refactor #399 - @cyqsimon
- CI: Temporarily disable UI tests #406 - @cyqsimon
- Update README #407 - @cyqsimon
- Update usage in README #409 - @cyqsimon
- CI: Remove musl-tools install step #402 - @cyqsimon
- Generate completion & manpage #357 - @cyqsimon
- Hot fix a Windows compile issue #356 - @cyqsimon
- Log unresolved processes in more detail + general refactor #318 - @cyqsimon
- Display bandwidth in different unit families #328 - @cyqsimon
- CI: ensure a changelog entry exists for each PR #331 - @cyqsimon
- Show interface names #340 - @ilyes-ced
- Table formatting logic overhaul #305 - @cyqsimon
- Refactor OsInputOutput (combine interfaces & frames into single Vec) #310 - @cyqsimon
- Reorganise & cleanup packaging code/resources #329 - @cyqsimon
- Make logging race-free using a global lock & macro #309 - @cyqsimon
- Use once_cell::sync::Lazy to make regex usage more ergonomic #313 - @cyqsimon
- Fix vague CLI option documentation; closes #314 #316 - @cyqsimon
- Ignore connections that fail parsing instead of panicking on BSD (#288) - @cyqsimon
- Add missing version flag to CLI (#290) - @tranzystorek-io
- Various minor codestyle changes - @cyqsimon
- Handle IPv4-mapped IPv6 addresses when resolving connection owner (https://github.com/imsnif/bandwhich/commit/76956cf) - @cyqsimon
- Bump
rustix
dependencies to fix a memory leak (https://github.com/imsnif/bandwhich/commit/bc10c07) - @cyqsimon
- Fixed resolv.conf errors on systems with trust-ad (#201) - @JoshLambda
- Fixed build issues by updating various dependencies
- migrate out-of-date dependency
structopt
toclap
(#285) - @Liyixin95
- Fixed resolv.conf parsing for rDNS in some cases (#184) - @Ma27
- Cross platform window resizing (fixes momentary UI break when resizing window on Windows) (#186) - @remgodow
- CI: build binaries using github actions (#181) - @remgodow
- Fix build on FreeBSD (#189) - @imsnif
- Upgrade TUI to latest version (#190) - @imsnif
- Try to reconnect to disconnected interfaces (#191) - @thepacketgeek
- HOTFIX: do not build windows build-dependencies on other platforms
- Future windows infrastructure support (should not have any user facing effect) (#179) - @remgodow
- Windows build and run support (#180) - @remgodow
- Truncate Chinese characters properly (#177) - @zxlzy
- Moved to mebi/gibi/tibi bytes to improve bandwidth accuracy and reduce ambiguity (#178) - @imsnif
- Allow filtering by processes/connections/remote-ips in raw-mode (#174) - @sigmaSd
- Changed repository trunk branch to "main" instead of "master".
- Ability to change the window layout with (#118) - @Louis-Lesage
- Show duration of current capture when running in "total utilization" mode. - @Eosis
- Add terabytes as a display unit (for cumulative mode) (#168) - @TheLostLambda
- HOTFIX: remove pnet_bandwhich_fork dependency and upgrade to working version of pnet + packet_builder instead (this should hopefully not change anything)
- Hide DNS queries by default. This can be overridden with
-s, --show-dns
(#161) - @olesh0 - Show cumulative utilization in "total utilization" mode. Trigger with
-t, --total-utilization
(#155) - @TheLostLambda
- Fix the loss of large, merged packets (#158) - @TheLostLambda
- Add custom error handling (#104) - @captain-yossarian
- List unknown processes in processes table as well (#132) - @jcfvalente
- New layout (#139) - @imsnif
- Support Ipv6 (#70) - @zhangxp1998
- Select tables to render from the CLI (#107) - @chobeat
- VPN traffic sniffing on mac (#129) - @zhangxp1998
- Paused UI by pressing key. Does not affect raw mode. (#106) - @zhangxp1998
- Mention setcap option in linux permission error. (#108) - @Ma27
- Display weighted average bandwidth for the past 5 seconds. (#77) - @zhangxp1998 + @imsnif
- FreeBSD support. (#110) - @Erk-
- Pause help text. (#111) - @imsnif
- Upgrade trust-dns-resolver. (#105) - @bigtoast
- Do not listen on inactive interfaces. (#116) - @zhangxp1998
- 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
- 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
- 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
- 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