Skip to content

Query v0.3.0 release

Compare
Choose a tag to compare
@Zuoqiu-Yingyi Zuoqiu-Yingyi released this 09 Apr 13:10
· 48 commits to main since this release

v0.3.0/2022-04-09

  • v0.2.4 <=> v0.3.0
  • 配置文件 config.js 有变更 | There are changes to the configuration file config.js.
  • 添加配置选项 config.query.index 用于控制是否显示查询结果序号 | Add configuration option config.query.index to control whether to display the query result ordinal.
  • 使用字段别名前缀 __hidden__ 在查询结果中隐藏该字段 | Use the field alias prefix __hidden__ to hide the field in the query result.
  • 修复 .all-contributorsrc 文件配置问题 | Fix the configuration problem of the .all-contributorsrc file.
  • 添加多列显示块属性功能 | Add multiple column display block attribute function.
  • 解析 UTF-32 编码的图标 | Parse UTF-32 encoding icon.
  • 修复查询结果中自定义图标显示问题 | Fixed the issue of custom icons' display in the search results.
  • 优化自定义块属性覆盖默认设置项的方式 | Optimized the way of overriding default config of custom block attributes.
  • 添加忽略的块属性 | Add ignored block attributes.