Skip to content

0.2.30

Choose a tag to compare

@github-actions github-actions released this 11 May 19:42
· 352 commits to main since this release
v0.2.30
59b7130
  • 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 SavedProperty processing logic.
  • Added the SmartFormat extension registration toolchain, now it is easier to register SmartFormat extensions.
  • 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, and CardPile types and Enums types have been supplemented, and some inconsistent processing logic has been corrected.

  • 修复 #36,现在设置菜单的下拉列表控件有最大高度限制,并且增加了滚动列表和虚拟列表优化,以使其能够处理大量的选项
  • 修正了 SavedProperty 的处理逻辑以解决特定情况下的不同步问题
  • 增加了 SmartFormat 扩展注册工具链,现在可以更方便地注册 SmartFormat 扩展
  • 补充优化了部分内容注册器的接口和方法,现在不同类型的注册器的在调用链上显得会更为统一
  • 现有的 CardKeywordCardTagCardPile 现在与 Enums 类型的互转换方法现在都得到了补充,并且修正了部分并不统一的处理逻辑

What's Changed

Full Changelog: v0.2.29...v0.2.30