1.0.1
Maintenance release addressing Obsidian plugin-review feedback. No behavior changes — the plugin gates pinned-tab closes exactly as in 1.0.0.
Changes
- Replaced the
builtin-modulesdependency with Node's built-innode:module(one fewer third-party package). - Switched off the deprecated
Workspace.activeLeaf; the active tab is now found viagetActiveViewOfType(View). - Replaced the deprecated
setWarning()withsetDestructive()on the modal's confirm button. - Internal cleanup of the close-command wrapper (no longer aliases
this).
Provenance
- Release assets now ship with a verifiable build provenance attestation:
gh attestation verify main.js --repo gregbrown1229/obsidian-real-pin
Manual install
Copy main.js and manifest.json into <vault>/.obsidian/plugins/real-pin/, then enable Real Pin under Community plugins.
Full Changelog: 1.0.0...1.0.1