Releases: raboof/nethogs
Releases · raboof/nethogs
v0.8.8
What's Changed
- Fix that on ubuntu 20.04, the current version of the code does not compile as a python package by @molysgaard in #224
- Add
-std=c++14
for application build by @msbit in #228 - Hide cursor during initialization and restore at exit by @zevweiss in #231
- Capabilities for reading process names by @qouoq in #233
- Additional useful capabilities by @qouoq in #234
- Add -std=c++14 for application build by @NeilZhy in #236
- Use
s
instead ofsec
for units of seconds by @a1346054 in #242 - Add Arch Linux instructions to README.md by @orhun in #250
- Fix wrong extern declaration of pidsToWatch by @sgtcortez in #251
- fix get_devlen function from being pointless by @DiedByDisgust in #255
- fix python bindings by @AndreasGocht in #258
- Report only changes of send and received data by @AndreasGocht in #260
- Clarify units by @hramrach in #262
- fix an copy-and-paste error in the bindings by @AndreasGocht in #263
- Report pcap stas by @AndreasGocht in #264
- Fix nethogsmonitor_loop_devices_py to accept more than one device by @AndreasGocht in #267
- allow the library to enable UDP recording by @AndreasGocht in #269
- Add meson buildsystem by @lleon95 in #275
- determineVersion.sh: prevent traversing into outer git repo for git-describe call by @BubuOT in #279
New Contributors
- @molysgaard made their first contribution in #224
- @msbit made their first contribution in #228
- @zevweiss made their first contribution in #231
- @qouoq made their first contribution in #233
- @NeilZhy made their first contribution in #236
- @a1346054 made their first contribution in #242
- @orhun made their first contribution in #250
- @DiedByDisgust made their first contribution in #255
- @AndreasGocht made their first contribution in #258
- @hramrach made their first contribution in #262
- @lleon95 made their first contribution in #275
- @BubuOT made their first contribution in #279
Full Changelog: v0.8.7...v0.8.8
v0.8.7
What's Changed
- Adding ppc64le architecture support on travis-ci by @kishorkunal-raj in #198
- Issue: #62 - UDP support by @takeoverjp in #199
- Update man page with the latest help message. by @takeoverjp in #200
- Issue: #102 - Show screenshot in README. by @takeoverjp in #201
- Add links to other network traffic monitoring tools. by @takeoverjp in #202
- Issue: #96 - Garbage collect inodeproc on each ui refresh. by @takeoverjp in #203
- Fix compilation error with [-Werror=format-security] by @kretcheu in #210
- Added BusyTasks link to the list by @unknown-spirit in #212
- Add bandwhich and sniffer links by @chenjiandongx in #213
- Disable capability check, handle failure better by @ncfavier in #215
- feat: Add basename support #155 by @sgtcortez in #216
- Use "--tags" parameter to get the correct git-tag by @schuellerf in #221
- Add process filter by @sgtcortez in #218
- Add python bindings by @jimmylomro in #222
- Improve performance with many connections by @CyberShadow in #223
New Contributors
- @kishorkunal-raj made their first contribution in #198
- @takeoverjp made their first contribution in #199
- @kretcheu made their first contribution in #210
- @unknown-spirit made their first contribution in #212
- @chenjiandongx made their first contribution in #213
- @ncfavier made their first contribution in #215
- @sgtcortez made their first contribution in #216
- @schuellerf made their first contribution in #221
- @jimmylomro made their first contribution in #222
- @CyberShadow made their first contribution in #223
Full Changelog: v0.8.6...v0.8.7