You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Fixed About dialog version display** - Version now reads dynamica…
…lly from app bundle instead of being hardcoded
This ensures the About dialog always shows the correct version automatically when using bump-version.sh.
---
Version 1.2.3
- **Fixed system gesture blocking**: Three-finger swipes no longer trigger Mission Control or app switching during MiddleDrag gestures
- Restored gesture event interception using raw CGEventType values (29-32)
- Swift's CGEventType enum doesn't expose gesture/magnify/swipe/rotate cases, but the underlying event types still work via raw integers
- Fixes regression introduced in v1.2.1
v1.2.2...v1.2.3