0.4.33
- 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 wherePropertyusesinit, leading to the inability to find the correct method due to accidental loss ofModifierTypecaused byHarmonyon some devices.
- 优化了部分设置界面的问题
- 在自动更新检查完毕后,现在会输出与上次检查时有变更的目标,上限 10 个,更多的将会省略
- 补全了设置的 schema 部分缺失的行为能力
- 增加了一个对
Harmony的前置处理,这可能能够解决Property使用init而导致在部分设备因Harmony意外丢失ModifierType而查找不到正确的方法的问题
What's Changed
New Contributors
Full Changelog: v0.4.32...v0.4.33