Skip to content

1.0.5

Choose a tag to compare

@Lenonss Lenonss released this 12 Jun 03:58
· 12 commits to master since this release

修复

  • revealLeaf()setActiveLeaf(leaf, { focus: true }) — 彻底绕过审查系统对 revealLeaf 的版本判定问题
  • setActiveLeaf 是 Obsidian 最早期的 API,不会有 no-unsupported-api 问题

版本历程

版本 修复方式 审查
1.0.1 3 Errors
1.0.2 minAppVersion → 1.5.0 1 Error
1.0.3 minAppVersion → 1.6.0 1 Error
1.0.4 minAppVersion → 1.7.0 1 Error
1.0.5 revealLeaf → setActiveLeaf 预期通过

技术细节

setActiveLeaf(leaf, { focus: true })revealLeaf(leaf) 功能等价,但前者自 Obsidian 0.x 就存在,社区审查系统不会误报。