Skip to content

GesturesFast v1.2.2

Choose a tag to compare

@ahvcxa ahvcxa released this 21 Mar 14:45
· 8 commits to main since this release

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 GestureTracker event listeners in content.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