Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:42
· 5 commits to main since this release

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-modules dependency with Node's built-in node:module (one fewer third-party package).
  • Switched off the deprecated Workspace.activeLeaf; the active tab is now found via getActiveViewOfType(View).
  • Replaced the deprecated setWarning() with setDestructive() 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