Skip to content

1.3.6

Choose a tag to compare

@github-actions github-actions released this 30 Jun 03:43
fix: support Obsidian 1.7.2+; replace setDestructive with setWarning

setDestructive() was introduced in 1.13.0 — calling it on Obsidian 1.12.7
throws TypeError mid-render, silently truncating the Output and Diagnostics
sections. setWarning() achieves the same visual effect and works back to 1.7.2.

minAppVersion: 1.13.0 → 1.7.2