Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Releases: intitni/AbnormalMouseApp

2022.3

10 Jun 13:54
Compare
Choose a tag to compare
  • 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.

2022.2

25 Feb 16:16
Compare
Choose a tag to compare
  • 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.

2022.1

17 Jan 03:59
Compare
Choose a tag to compare
  • Fix that menu bar items were not clickable.
  • Fix that start at login was not working.

2021.3

30 Sep 13:46
Compare
Choose a tag to compare
  • Fix that app can't be activated with activation code.

2021.2

19 Mar 13:12
Compare
Choose a tag to compare
  • Fix a crash at launch when language is set to Chinese

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

2020.10

09 Mar 09:26
Compare
Choose a tag to compare

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.

2020.9

30 Dec 16:40
Compare
Choose a tag to compare
  • Fix Reeder.app won't recognize scroll sometimes.
  • Fix Calendar.app won't recognize scroll.

version/2020.8

16 Nov 14:56
Compare
Choose a tag to compare
  • Adjust app icon to have a stronger Big Sur taste.
  • Add more keyboard code name.
  • Build also for Apple Silicon (untested).

2020.7

09 Oct 15:49
Compare
Choose a tag to compare
  • Update UI for Big Sur.
  • Use a swift package AppDependencies to handle all swift dependencies.
  • Compute rotation value with mouse translation.

2020.6

01 Oct 03:19
Compare
Choose a tag to compare
  • 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.