Releases: kzyiym/inbox-curator
Releases · kzyiym/inbox-curator
Release 1.0.4
chore: bump version to 1.0.4
Release 1.0.3
fix: revert setDestructive to setWarning to stay within minAppVersion
Release 1.0.2
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
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
fix(ci): bump Node.js from 20 to 22 for pnpm 11.3.0 compatibility