Skip to content

0.4.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 06:42
· 49 commits to main since this release
dac799c

Highlights

Vault Inspector 0.4.3 improves wiki-link handling for attachments, adds a shorter CLI command, and cleans up the CLI documentation around common scan flows.

Fixed

  • Fixed short wiki-linked attachments such as ![[image.png]] being treated as missing when the actual file lives in an attachment folder like attachments/image.png.
  • Fixed referenced wiki-linked images being reported as orphan attachments when the note used the file name without the attachment folder prefix.
  • Kept ambiguous same-name attachment matches conservative in orphan detection so referenced files are not offered for deletion.

CLI

  • Added vinspect as a short command alias for vault-inspector.
  • Kept the full vault-inspector command and vault-inspector scan <vault-path> subcommand available for existing scripts.
  • Updated CLI usage output to show the new short alias.
  • Documented that CLI external-link checks use HTTP HEAD requests through runtime fetch when Obsidian requestUrl is not available.

Documentation

  • Simplified README CLI examples around the primary scan path.
  • Updated version references and pinned npm examples to 0.4.3.

Verification

  • npm run build && npm test && npm pack --dry-run
  • Release workflow completed successfully and uploaded main.js, manifest.json, and styles.css.

Full Changelog: 0.4.2...0.4.3