Releases: atuan26/warpd
Releases · atuan26/warpd
v2.2.0
What's Changed
- Implement numeric-based hints with label filtering
- Add insert mode
- Make cursor appearance configurable
- Block keyboard input during detection
- Updates for multiple screen support
- Make OpenCV detector optional (OPENCV_ENABLE=1)
- Add STATIC=1 build option for standalone Windows executables
- Ensure overlay window is always topmost
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Improve detection on Windows
Windows
- Fixed Smart Hint to show interactive elements instead of containers
- Added "Run at startup" option in system tray menu
- Added
make debugcommand for console logging - New config:
ui_max_depth(default: 10) - lower values = faster detection - New config:
ui_detection_timeout(default: 5000ms) - stops detection early - Fixed screen selection mode crash (implemented
screen_list)
What's Changed
Full Changelog: 2.0.0...v2.1.0
warpd v2.0.0 - Smart Hint Element Detection
First release of the enhanced warpd fork featuring Smart Hint Mode - intelligent UI element detection for precise navigation.
Key Features
- Smart Hint Mode: Press
Alt-Meta-fto directly activate orffrom Normal Mode to automatically detect and label interactive elements (buttons, links, inputs) - Multi-platform detection: Uses native accessibility APIs (Windows UI Automation, Linux AT-SPI, macOS Accessibility) with OpenCV fallback
- Core modes: Hint Mode (
Alt-Meta-x), Grid Mode (Alt-Meta-g), Normal Mode (Alt-Meta-c), Smart Hint (Alt-Meta-f)
Usage
Press Alt-Meta-f (or f from Normal mode) for Smart Hint activation → Type hint labels → Click with m/,/.
See README for complete documentation and installation instructions.
System Requirements: Windows 7+ (no additional dependencies)