Releases: Chleba/netscanner
Releases · Chleba/netscanner
v0.6.41
v0.6.3
- fixed switching active interface for packet dumping
Issue was that thread was blocked by reciver channel that was, in some cases, blocking thread to not catching atomic bool to break the infinite loop.
Also there was forgotten atomic bool break in that loop :)
v0.6.2
v0.6.1
- fixed panic on port's scan when no clients is found
- refactor of using clone() for references feat: @zanderlewis
- fixed scrolling in traffic tab while it's not visible
- add windows 11 support (working but need more testing for README update installation steps) kudos to @EphemeralSapient
- fixed
tokio-wifiscannerlib with MacOS support whenairporttool is missing from v14.4> - refactor clients discovery on local network
v0.6.0
v0.5.3
v0.5.2
What's Changed
- Add export data (discovered clients, scanned opened ports & packet logs) into a user's home directory:
~/.netscanner/* - Exported data have timestamps in their file names
- Add dependencies that support the loongarch64 architecture by @yzewei in #31
- Deb Package Workflow (#29) by @DominicOrsi in #33
New Contributors
- @yzewei made their first contribution in #31
- @DominicOrsi made their first contribution in #33
v0.5.1
v0.5.0
v0.4.5
- fixed not starting scanning clients when on packets dump view
skey is pressed - changed dump pause logic so that when IP scanning we get ARP packets for MAC & OUI
- fix the wifi signal gauge crash bug (changes min/max: 0-100)
- replace throbbed widget for simple spinner implementation
- other small bugfixes and layout updates
