Skip to content

v0.5.2

Choose a tag to compare

@richardbowman richardbowman released this 19 May 21:56
· 538 commits to main since this release
9fb23de

v0.5.2 — Hotfix

🐛 Fix

  • Plugin load crash on BRAT install — SDK 0.2.141 introduced a createRequire(import.meta.url) call at module init time that resolves to undefined in Obsidian's plugin loader, crashing the plugin before it opens. Pinned back to 0.2.132 (the version used in v0.5.0) and locked package-lock.json to prevent future drift.

If you were on v0.5.1 and BRAT disabled your plugin, install v0.5.2 and it should load normally again.