Skip to content

V0.3.1

Choose a tag to compare

@Omar-F-Rashed Omar-F-Rashed released this 28 Dec 18:43
· 28 commits to main since this release

Performance & Stability

  • Replace screeninfo dependency with mss to resolve crashing and FPS drops during long runs.
  • Implement pyramid search in locate functions to substantially increase detection speed.
  • Increase Inspector FPS limit to 100.
  • Update locateOnScreen to return the match with the highest confidence.

Input API (Mouse & Keyboard)

  • Rename clickImage to click and refactor to accept flexible inputs (match objects, x/y coordinates, tuples, or lists).
  • Add new input functions: moveTo, press, and write.

Scaling & Resolution

  • Fix Inspector() overlay to render correctly across different DPRs and resolutions.
  • Ensure locate functions scale logic based on target screen DPR and resolution.
  • Add blur effect to improve object detection robustness across resolutions.