Skip to content

1.0.2

Choose a tag to compare

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

What's new in 1.0.2

Scanner warning fixes — no user-facing changes.

Changes

  • Replaced deprecated setWarning() with setDestructive() on the Disconnect button
  • Use window.setTimeout() instead of activeWindow.setTimeout() for timer compatibility
  • Proper TypeScript types on all frontmatter callbacks (Record<string, unknown>)
  • Cast loadData() return value to Partial<UnmarkdownSettings> to eliminate unsafe any assignment
  • Updated Obsidian package to 1.13.1 for current type definitions
  • Release workflow now generates GitHub artifact attestations for cryptographic provenance verification