Skip to content

Releases: atuan26/warpd

v2.2.0

19 Dec 09:42

Choose a tag to compare

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

16 Nov 12:55
061755f

Choose a tag to compare

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 debug command 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

06 Nov 17:39

Choose a tag to compare

First release of the enhanced warpd fork featuring Smart Hint Mode - intelligent UI element detection for precise navigation.

Smart Hint Demo

Key Features

  • Smart Hint Mode: Press Alt-Meta-f to directly activate or f from 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)