0.2.30
- Fixed #36, now the dropdown list control in the settings menu has a maximum height limit, and the scrolling list and virtual list optimizations have been added to make it able to handle a large number of options.
- Fixed the synchronization issue in certain cases by correcting the
SavedPropertyprocessing logic. - Added the
SmartFormatextension registration toolchain, now it is easier to registerSmartFormatextensions. - Optimized the interface and methods of some content registries, now the different types of registries seem to be more unified on the call chain.
- The conversion methods between
CardKeyword,CardTag, andCardPiletypes andEnumstypes have been supplemented, and some inconsistent processing logic has been corrected.
- 修复 #36,现在设置菜单的下拉列表控件有最大高度限制,并且增加了滚动列表和虚拟列表优化,以使其能够处理大量的选项
- 修正了
SavedProperty的处理逻辑以解决特定情况下的不同步问题 - 增加了
SmartFormat扩展注册工具链,现在可以更方便地注册SmartFormat扩展 - 补充优化了部分内容注册器的接口和方法,现在不同类型的注册器的在调用链上显得会更为统一
- 现有的
CardKeyword、CardTag、CardPile现在与Enums类型的互转换方法现在都得到了补充,并且修正了部分并不统一的处理逻辑
What's Changed
- Add localization support for filter tooltips by @GlitchedReme in #35
Full Changelog: v0.2.29...v0.2.30