๐ง SSHM 1.5.2 โ Search & Navigation Fix
This is a patch release that resolves a critical issue with the search functionality when navigating through the host list.
๐ Bug Fix
- โ
Fixed Search After Navigation โ Resolved issue where pressing
/to search would produce no results or incorrect filtering when the cursor was positioned below the first item in the list - ๐ฏ Improved Cursor Handling โ Enhanced cursor position management during search filtering to prevent out-of-bounds issues
- ๐ Enhanced Search Capabilities โ Added user field filtering to search functionality (now searches through host name, hostname, user, and tags)
- ๐งช Added Comprehensive Tests โ Introduced extensive UI test suite covering search behavior, navigation, and cursor management
๐ฏ Technical Details
- Fixed search mode initialization to prevent immediate filtering with empty input
- Improved table cursor position validation when filtered results are smaller than current position
- Enhanced the
filterHostsfunction to include user field matching
๐ฆ Installation: Download the latest binaries from the assets below
๐ Documentation: See the updated README
๐ Issues: Found a bug? Open an issue
*Special thanks to the huyz who reported this issue