All Versions
15
Latest Version
Avg Release Cycle
20 days
Latest Release
841 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.20.0 Changes
October 15, 2020โ Added
- ๐ New command line argument to explicitly specify a DNS server to use (https://github.com/imsnif/bandwhich/pull/193) - @imsnif
-
v0.19.0 Changes
September 29, 2020๐ Fixed
- ๐ Fixed resolv.conf parsing for rDNS in some cases (https://github.com/imsnif/bandwhich/pull/184) - @Ma27
- ๐ Cross platform window resizing (fixes momentary UI break when resizing window on Windows) (https://github.com/imsnif/bandwhich/pull/186) - @remgodow
- ๐ CI: build binaries using github actions (https://github.com/imsnif/bandwhich/pull/181) - @remgodow
- ๐ Fix build on FreeBSD (https://github.com/imsnif/bandwhich/pull/189) - @imsnif
- โฌ๏ธ Upgrade TUI to latest version (https://github.com/imsnif/bandwhich/pull/190) - @imsnif
- Try to reconnect to disconnected interfaces (https://github.com/imsnif/bandwhich/pull/191) - @thepacketgeek
-
v0.18.1 Changes
September 11, 2020- ๐ HOTFIX: do not build windows build-dependencies on other platforms
-
v0.18.0 Changes
September 11, 2020โ Added
- ๐ Future windows infrastructure support (should not have any user facing effect) (https://github.com/imsnif/bandwhich/pull/179) - @remgodow
- ๐ Windows build and run support (https://github.com/imsnif/bandwhich/pull/180) - @remgodow
๐ Fixed
- โก๏ธ Update and improve MAN page (https://github.com/imsnif/bandwhich/pull/182) - @Nudin
-
v0.17.0 Changes
September 02, 2020โ Added
- โ Add delimiters between refreshes in raw mode for easier parsing (https://github.com/imsnif/bandwhich/pull/175) - @sigmaSd
๐ Fixed
- Truncate Chinese characters properly (https://github.com/imsnif/bandwhich/pull/177) - @zxlzy
- ๐ Moved to mebi/gibi/tibi bytes to improve bandwidth accuracy and reduce ambiguity (https://github.com/imsnif/bandwhich/pull/178) - @imsnif
-
v0.16.0 Changes
July 13, 2020๐ Fixed
- ๐ Allow filtering by processes/connections/remote-ips in raw-mode (https://github.com/imsnif/bandwhich/pull/174) - @sigmaSd
- ๐ Changed repository trunk branch to "main" instead of "master".
-
v0.15.0 Changes
May 23, 2020โ Added
- Ability to change the window layout with (https://github.com/imsnif/bandwhich/pull/118) - @Louis-Lesage
- ๐ Show duration of current capture when running in "total utilization" mode. - @Eosis
๐ Fixed
- โ Add terabytes as a display unit (for cumulative mode) (https://github.com/imsnif/bandwhich/pull/168) - @TheLostLambda
-
v0.14.0 Changes
May 03, 2020๐ Fixed
- HOTFIX: remove pnet_bandwhich_fork dependency and upgrade to working version of pnet + packet_builder instead (this should hopefully not change anything)
-
v0.13.0 Changes
April 05, 2020โ Added
- 0๏ธโฃ Hide DNS queries by default. This can be overridden with
-s, --show-dns
(https://github.com/imsnif/bandwhich/pull/161) - @olesh0 - ๐ Show cumulative utilization in "total utilization" mode. Trigger with
-t, --total-utilization
(https://github.com/imsnif/bandwhich/pull/155) - @TheLostLambda
๐ Fixed
- ๐ Fix the loss of large, merged packets (https://github.com/imsnif/bandwhich/pull/158) - @TheLostLambda
- 0๏ธโฃ Hide DNS queries by default. This can be overridden with
-
v0.12.0 Changes
March 01, 2020โ Added
- โ Add custom error handling (https://github.com/imsnif/bandwhich/pull/104) - @captain-yossarian