AbnormalMouseApp Versions Save

An app that enables you to swipe, zoom, and rotate with a normal mouse in macOS.

version/2022.3

1 year ago
  • 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.

version/2022.2

2 years ago
  • 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.

version/2022.1

2 years ago
  • Fix that menu bar items were not clickable.
  • Fix that start at login was not working.

version/2021.3

2 years ago
  • Fix that app can't be activated with activation code.

version/2021.2

3 years ago
  • Fix a crash at launch when language is set to Chinese

  • 修复了在语言设置为中文时,开启后会立即崩溃的 bug

version/2020.10

3 years ago

If it crashes, please download the latest version from https://abnormalmouse.intii.com/Abnormal_Mouse.zip before version 2021.2 rolls out.

如果它会崩溃,请在 https://abnormalmouse.intii.com/Abnormal_Mouse.zip 下载最新的版本。

(It's actually version 2021.1)

  • Fix that SUUpdater was loaded too early and messed up windows.
  • Again use CocoaPods for Sparkle.
  • Remove the name localization.

version/2020.9

3 years ago
  • Fix Reeder.app won't recognize scroll sometimes.
  • Fix Calendar.app won't recognize scroll.

version/2020.8

3 years ago
  • Adjust app icon to have a stronger Big Sur taste.
  • Add more keyboard code name.
  • Build also for Apple Silicon (untested).

version/2020.7

3 years ago
  • Update UI for Big Sur.
  • Use a swift package AppDependencies to handle all swift dependencies.
  • Compute rotation value with mouse translation.

version/2020.6

3 years ago
  • Fix that multiple tap-hold gestures with keyboard-key as an activator is automatically canceled after it's triggered.
  • Fix that modifiers are ignored when using mouse buttons as activators.