Releases: jnsahaj/gazectl
Releases · jnsahaj/gazectl
Release list
v0.8.2
v0.8.1
v0.8.0
What's Changed
- Highlight target screen during calibration by @douglance in #3
New Contributors
- @douglance made their first contribution in #3
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.6
Fix monitor focus detection — NSScreen.main was returning Terminal's screen (not the user's actual focused app), causing clicks to be skipped when switching monitors. Replaced with self-tracking of last clicked monitor, correctly handling all 4 focus scenarios:
- Different monitor focused, cursor elsewhere → move + click ✓
- Different monitor focused, cursor already there → click only ✓
- Same monitor focused, cursor elsewhere → move only ✓
- Same monitor focused, cursor already there → no-op ✓