Skip to content

3.3.1

Compare
Choose a tag to compare
@Caldis Caldis released this 20 Feb 08:09
· 44 commits to master since this release

2020-12-13 8a214628

由于 macOS 的安全性限制, 你需要允许 Mos 访问系统的辅助功能的访问权限以确保其正常运行
若 Mos 已在辅助功能的授权列表中, 只需取消勾选后再度勾选即可

如果在初次启动应用时被系统阻止, 你可以查看帮助: 如果你无法执行应用

新特性

  • 适配 BigSur 界面
  • 适配 M1 芯片设备
    由于我还没有相应设备, 我们仅仅重新编译了 Universual 的代码来适配, 目前尚存在一些兼容性问题, 您可以追踪 #333 来获取最新动态, 如果您可以协助测试, 也十分欢迎在问题单内留言
  • 例外应用的设置界面现在可以正确匹配其状态
  • 例外应用可以正确地添加任何非 Bundle 类型的应用, 如 MineCraft 这类 Java 应用, 或某些来自 Steam 的游戏可执行文件
    此外, 例外应用已经基于执行路径而不是 BundleID 匹配, 这意味着, 一旦你改变了应用的存放路径, 你需要重新配置其设置
    这一变更可能会影响某些已添加的例外应用, 你或许需要重新添加并配置它们
  • 例外应用现在可以修改显示的名称
  • 滚动时点击鼠标左键可以停止滚动
  • 俄文支持, 感谢 @mclvren 的翻译
  • 韩文支持, 感谢 @readingsnail 的翻译
  • 土耳其语支持, 感谢 @LeaveNhA Leav 的翻译
  • 德语支持, 感谢 @lima0 Seli 的翻译

优化

  • 滚动行为现在不会被携带到其他目标窗口
  • 繁体中文文本优化, 感谢 @crizant 的翻译
  • 英文文本优化, 感谢 @flash76 的翻译
  • 文档支持, 感谢 @jackdcasey 的翻译

修正

  • 修复了 BigSur 下状态栏图标无法完全隐藏的问题
  • 修复了例外应用在某些情况下无法正确生效的问题
  • 修复了在 Chrome 刷新时执行滚动导致页面被移出屏幕的问题
  • 修复了 Logitech MX Master 系列鼠标的拇指轮无法被正确识别的问题

杂项

  • 通过 BundleID 添加例外应用的方式被移除
  • 现在使用 Swift Package 代替 CocoaPods

Limited by macOS security strategy, you need to allow Mos to access to Accessibility Control to ensure that it is working properly.
If Mos already in the Accessibility Control list, just uncheck it and toggle it again.

If the macOS preventing the application running, you can check this for help: If the App isn’t allowed to open

New Features

  • BigSur UI adaptation
  • Adaptation to M1 chip
    Since I don't have the latest device yet, we just recompile the Universual code for adaptation, so there are still some compatibility issues, you can track #333 to get the latest news, if you can help to test, you are also very welcome in the questionnaire Leave a comment
  • The exceptions settings screen now correctly matches its status
  • Exceptions can correctly add any non-Bundle type application, such as Java applications like MineCraft, or certain game executables from Steam
    In addition, the exceptions have been matched based on the execution path rather than the BundleID, which means that once you change the path where the app is stored, you will need to reconfigure its settings
    This change may affect some of the exception apps that have been added, and you may need to re-add and reconfigure them
  • Exceptional apps can change the displayed name now
  • Scrolling can be stopped by clicking the left mouse button when scrolling
  • Russian support, thanks to @mclvren for the translation
  • Korean support, thanks to @readingsnail for the translation
  • Turkish support, thanks to @LeaveNhA Leav for the translation
  • German support, thanks to @lima0Seli for the translation

Improvement

  • Scrolling behavior is now not carried to other target windows
  • Traditional Chinese text optimization, thanks to @crizant for translation
  • English text optimization, thanks to @flash76 for translation
  • Documentation support, thanks to @jackdcasey for the translation

Bug Fix

  • Fixed an issue that the status bar icon could not be completely hidden under BigSur
  • Fixed an issue where the exception application did not work correctly in some cases
  • Fixed an issue that caused pages to be moved off the screen when performing scrolling on Chrome refresh
  • Fixed an issue where the thumbwheel on Logitech MX Master series mouse was not recognized correctly

Miscellaneous

  • Adding exception apps via BundleID has been removed
  • Now uses Swift Package instead of CocoaPods