Skip to content

0.5.2

Choose a tag to compare

@willmove willmove released this 14 Jun 16:08
· 1 commit to main since this release

0.5.2

Fix Obsidian community review lint errors.

Fixes

  • Replace innerHTML/outerHTML assignments with DOMParser-based
    node construction (satisfies no-unsafe-innerhtml rule)
  • Bump minAppVersion to 1.6.0 to cover workspace.revealLeaf
    (satisfies no-unsupported-api rule)

No user-facing behavior change.