- Reimplement zoom and rotate.
- Support setting zoom and rotate speed.
- Reopening app shows preference panel.
- Fix half page scroll in full screen app, now it uses window under cursor as reference.
- Allow disabling Abnormal Mouse in selected apps.
- Allow using left/right mouse button as activator.
- Adjust UI.
- Fix potential crash by data race.
- Fix that mouse button is not handled correctly in gesture recognizers.
- Set listen to keyboard events to defaultly false.
- Stop listening to mouse move events when keyboard events are off for better CPU usage when idle.
- Fix that the auto check for update prompt can't be display and blocks the app.
- Fix that launch at login not working.
- Fix that network requests are not sending sometimes (remove waitAtLeast).
- Fix that some localizations may crash the app at launch.
- Fix that SUUpdater was loaded too early and messed up windows.
- Again use CocoaPods for Sparkle.
- Remove the name localization.
- Fix Reeder.app won't recognize scroll sometimes.
- Fix Calendar.app won't recognize scroll.
- Adjust app icon to have a stronger Big Sur taste.
- Add more keyboard code name.
- Build for Apple Silicon (not tested).
- Update UI for Big Sur.
- Use a swift package AppDependencies to handle all swift dependencies.
- Compute rotation value with mouse translation.
- Fix that multiple tap hold gesture with keyboard key as activator is automatically canceled after trigger.
- Fix that modifiers are ignored when using mouse buttons as activators.
- Code cleanup.
- New activator setter.
- Allow setting half page scroll activator.
- Support activator sharing with different number-of-taps-required.
- Add activator conflict check.
- Tweak zoom and rotate.
- Support 4 finger swipe gestures.
- Fix that smart zoom settings are not persisted.
- Open source.
- Support to build without license management logics.
- Detach license management and CGEventOverride to other repos.
- Gesture base override controllers.
- Code clean up.
- Add listen to keyboard event toggle.
- Rename "Scroll" to "Scroll and Swipe".
- Add
MainDomainextracted fromTheApp. - Tweak zooming.
- Remove sandbox entitlement from launcher.
- Enable harden runtime.
- Fix crashes.
- Fix main scene accessability sheet can't present.
- Initial release.
- Move to scroll, gesture, half page scroll.
- Rotate and zoom, smart zoom.
- License management, trial mode.