Releases: MacGesture/MacGesture
3.2 Release! 🪛
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 Release! ⚡️
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 Release! 🙌🎉
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 👍
Release 2.2.5
-- Fixed a possible problem for multiple displays, see issue #90. Thanks @orchidflower for fixing it.
修复了多显示器的一个可能的显示问题,见 Issue #90 。感谢 @orchidflower 提供的解决方案。
Release 2.2.4
-- 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 等版本。
Release 2.2.3
-- Fixed the problem in some Java applications.
修复了一些在Java程序下的问题
Release 2.2.2
-
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
2.2.0
- 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修复