Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 04:24
· 5 commits to main since this release

What's new in 1.0.1

This release fixes all issues flagged by the Obsidian Community Portal scanner.

Changes

  • Compatibility: Updated minimum Obsidian version to 1.7.2 to match the Workspace.revealLeaf API used by the published notes panel
  • Type safety: Replaced unsafe any type access in API response handling with proper TypeScript interfaces
  • Obsidian API compliance: Replaced setTimeout with activeWindow.setTimeout for popout window compatibility; replaced builtin-modules package with Node's built-in module.builtinModules

No user-facing changes

All fixes are internal. The plugin behaves identically to 1.0.0.