Added
- Vim-style Navigation: Jump to beginning of connection list with
g
and end withG
(Shift+g) - Table Sorting: Comprehensive sorting functionality for all connection table columns
- Press
s
to cycle through sortable columns (Protocol, Local Address, Remote Address, State, Service, Application, Bandwidth ↓, Bandwidth ↑, Process) - Press
S
(Shift+s) to toggle sort direction (ascending/descending) - Visual indicators with arrows and cyan highlighting on active sort column
- Sort by download/upload bandwidth to find bandwidth hogs
- Alphabetical sorting for text columns
- Press
- Port Display Toggle: Press
p
to switch between service names and port numbers display - Connection Navigation Improvements: Enhanced navigation with better visual cleanup indication
- Localhost Filtering Control: New
--show-localhost
command-line flag to override default localhost filtering
Fixed
- Windows Double Key Issue: Fixed duplicate key event handling on Windows platforms
- Windows MSI Runtime Dependencies: Added startup check for missing Npcap/WinPcap DLLs
- Displays helpful error message with installation instructions when DLLs are missing
- Added winapi dependency for Windows DLL detection
- Updated README with runtime dependency information
- Linux Interface Selection: Fixed "any" interface selection on Linux
- Improved interface detection and validation
- Better error handling for interface configuration
- Package Dependencies: Removed unnecessary runtime dependencies (clang, llvm) from RPM and DEB packages
- Reduces installation footprint and dependency conflicts
- Docker Build: Removed armv7 architecture from Docker builds for improved stability
Changed
- Documentation: Updated roadmap and README with new features and keyboard shortcuts
What's Changed
- feat: add port option with using p by @domcyrus in #21
- feat: adding sort by @domcyrus in #22
- feat: improve connection navigation and cleanup indication by @domcyrus in #23
- fix: allow any interface on linux by @domcyrus in #24
- fix: any interface on linux and add --show-localhost by @domcyrus in #25
- fix: windows msi missing VC++ dist by @domcyrus in #26
- Fix windows double key issue by @domcyrus in #27
Full Changelog: v0.11.0...v0.12.0