MacGesture Versions Save

Global mouse gestures for macOS

3.2.0

1 year ago

Minor release with a couple of fixes onboard: 👍

  • Fixed right mouse button clicking when Mouse path is enabled 🐭
  • Fixed recognizing consecutive mouse wheel inputs 🐛
  • Fixed Menu bar icon tinting based on system theme 🌓
  • Fixed fallback for some font selections 🆎
  • Updated updating framework ♻️
  • Minor project improvements 👷‍♂️

3.1.0

2 years ago

Minor release with a couple of changes and fixes included: 👍

  • Refreshed app with a tested support for macOS 12 Monterey 🍏
  • “Trigger on every match” feature visualised with ⚡️ emoji for easier feature recognition
  • Updated README tutorial with ⚡️ feature covered
  • Updated translations
  • Czech translation 🇨🇿
  • “Automatic Start on Login” checks app placement in Applications folder 📂
  • Fixed placeholder values in Filters tab 🧽
  • Fixed transparent Open in Browser button in About tab 🥛
  • Fixed a crash that occurred when adding specific number of AppleScripts 🖊
  • Minor memory leak fixes 🐛

3.0.0

3 years ago

Major release with a lot of changes on-board: 🔥

  • Refreshed app with a tested support for macOS 11 Big Sur 🍏
  • Support for Apple Silicon M1 processors! 💻
  • Dark Mode support 🌓
  • Customisable colours of Gesture preview & its background 🌓
  • Customisable colours of Gesture note & its background 🌓
  • Customisable placement of Gesture preview & note 📐
  • Updated translations
  • Czech translation 🇨🇿
  • Visual refresh & UX enhancements 🎨
  • Minor fixes & enhancements to gesture indication 🐛
  • @username0x0a as an active maintainer 👍

2.2.5

5 years ago

-- Fixed a possible problem for multiple displays, see issue #90. Thanks @orchidflower for fixing it. 修复了多显示器的一个可能的显示问题,见 Issue #90 。感谢 @orchidflower 提供的解决方案。

2.2.4

5 years ago

-- Fixed visual problems for multiple displays. 修复了多显示器的显示问题。

-- No guarantee for further maintenance. 不保证后续的维护。

备注: 还是没有找到内存泄漏的情况和原因。如果仍然出现内存泄漏,请尝试 https://github.com/MacGesture/MacGesture/releases/download/fix-memory-leak/MacGesture-fix-memory-leak.zip 等版本。

2.2.3

6 years ago

-- Fixed the problem in some Java applications. 修复了一些在Java程序下的问题

2.2.2

6 years ago
  • Better right-click handling. 右键处理更加智能了。

  • Can merge consecutive 'Z' now. 可以合并连续的“Z”了。

  • Can rearrange rules now. 可以调整规则的顺序了。

  • Can en/disable rules now. 可以启用/禁用规则了。

  • Can correctly open Preferences panel by AppleScript in macOS Sierra now. 可以在macOS Sierra下正确地使用AppleScript来打开偏好设置了。

  • Allow exclusion in wildcard. See README for examples. 可以在通配符中使用排除了。请在自述文件中查看例子。

2.2.1

7 years ago
  • Import and Export added. 加入导入和导出功能。
  • BUG Fixed: No longer pop up MacGesture Preferences in unwanted situation BUG修复:不再在一些不期望的情况之下弹出MacGesture偏好设置。
  • BUG Fixed: A case-sensitive matching bug is fixed. BUG修复:修复了一个大小写有关的匹配问题。

2.2.0

7 years ago
  • General panel has been rearranged. An option for en/disabling MacGesture is added. 常规设置窗口被重新设计。添加了一个启用或者禁用MacGesture的选项。
  • Chinese README added. 中文的自述文件已添加。
  • Gestures may contain wildcards. A use case can be found in README. 手势可以包含通配符了。一个具体用例可以参考自述文件。
  • Consecutive identical gestures can be merged. Only mouse wheel gestures can be repeated in a row currently. 连续相同的手势可以被合并(目前只有鼠标滚轮事件可连续出现)。
  • Add an option to trigger a rule on every match. A use case can be found in README. 添加了一个选项,可以让一个规则在每次匹配时触发。一个具体用例可以参考自述文件。
  • You can change arrow color by changing note font color. 现在可以通过修改手势说明的字体颜色来改变箭头颜色。
  • Bug fixes. BUG修复

2.1.2

7 years ago
  • Gestures now include mouse left click('Z') and wheel('u' and 'd')! 手势现在支持鼠标左键点击('Z')和滚轮('u' 和 'd')了!
  • Minor improvements 一些细小的改进