Skip to content

Release 1.0.1

Choose a tag to compare

@kzyiym kzyiym released this 11 Jun 05:01
· 22 commits to main since this release

1.0.1

Fixed

  • Fixed Obsidian API compatibility issues reported by the plugin review dashboard.
  • Replaced custom settings headings with Obsidian's \Setting#setHeading()\ API for consistent UI.
  • Updated delete-candidate handling to use \FileManager.trashFile()\ so Obsidian's file deletion preference is respected.
  • Improved popout window compatibility by avoiding direct \document\ access in the settings UI.
  • Reduced unsafe TypeScript casts around provider requests, PDF extraction, and base64 masking.
  • Clarified intentional fire-and-forget logging calls with explicit \�oid.

Validation

  • \pnpm check\
  • \pnpm build\
  • \pnpm test\ — 571 tests passed