Skip to content

0.4.33

Choose a tag to compare

@github-actions github-actions released this 22 Jun 00:30
· 49 commits to main since this release
v0.4.33
d5346c2
  • Optimized some issues in the settings interface.
  • After the automatic update check is completed, it will now output the targets that have changed since the last check, with a limit of 10; more will be omitted.
  • Completed the missing behavioral capabilities in the schema section of settings.
  • Added a preprocessing for Harmony, which may solve the issue where Property uses init, leading to the inability to find the correct method due to accidental loss of ModifierType caused by Harmony on some devices.

  • 优化了部分设置界面的问题
  • 在自动更新检查完毕后,现在会输出与上次检查时有变更的目标,上限 10 个,更多的将会省略
  • 补全了设置的 schema 部分缺失的行为能力
  • 增加了一个对 Harmony 的前置处理,这可能能够解决 Property 使用 init 而导致在部分设备因 Harmony 意外丢失 ModifierType 而查找不到正确的方法的问题

What's Changed

  • Correct capitalization in mod source hover tip title by @Nageld in #61

New Contributors

Full Changelog: v0.4.32...v0.4.33