Skip to content

Releases: kzyiym/inbox-curator

Release 1.0.4

12 Jun 03:08

Choose a tag to compare

chore: bump version to 1.0.4

Release 1.0.3

11 Jun 07:03

Choose a tag to compare

fix: revert setDestructive to setWarning to stay within minAppVersion

Release 1.0.2

11 Jun 05:16

Choose a tag to compare

Changes

  • Fix: bump minAppVersion to 1.11.4 (required for SecretStorage / trashFile APIs)
  • Fix: remove unknown manifest field 'icon'
  • Fix: replace raw h4/h5 heading elements with setHeading() in settings UI

Release 1.0.1

11 Jun 05:01

Choose a tag to compare

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

Release 1.0.0

11 Jun 03:19

Choose a tag to compare

fix(ci): bump Node.js from 20 to 22 for pnpm 11.3.0 compatibility