V0.3.1
Performance & Stability
- Replace
screeninfodependency withmssto 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
locateOnScreento return the match with the highest confidence.
Input API (Mouse & Keyboard)
- Rename
clickImagetoclickand refactor to accept flexible inputs (match objects, x/y coordinates, tuples, or lists). - Add new input functions:
moveTo,press, andwrite.
Scaling & Resolution
- Fix
Inspector()overlay to render correctly across different DPRs and resolutions. - Ensure
locatefunctions scale logic based on target screen DPR and resolution. - Add blur effect to improve object detection robustness across resolutions.