GesturesFast v1.2.2
Release v1.2.2: Middle-Click Auto-Scroll Fix π
This patch update resolves a critical user experience conflict, ensuring GesturesFast coexists seamlessly with your browser's native features.
π Bug Fixes
- Restored Native Auto-Scroll (#15): Fixed an issue where setting the gesture trigger to "Middle Click" (Button 1) completely blocked the browser's native auto-scroll cursor.
- New Behavior: You can now instantly bypass the gesture engine and trigger the native omni-directional auto-scroll by performing a quick double middle-click.
βοΈ Under the Hood (Technical Details)
- Unified Bypass Logic: Refactored the
GestureTrackerevent listeners incontent.ts. The double-click bypass logic is now a generic, unified mechanism that successfully handles both Right-Click (Context Menu) and Middle-Click (Auto-Scroll) escapes without duplicate code. - Codebase Standardization: Translated legacy non-English comments within the core gesture detection cycle to English, aligning with the project's global maintainability standards.
Full Changelog: v1.2.1...v1.2.2