1.0.2
Release Notes: Version 1.0.2
Fixes & Compliance Updates:
- API Version Compatibility: Officially bumped the required Obsidian
minAppVersionto1.13.0to safely utilize modern workspace and UI APIs (setDestructive(),revealLeaf()). - Settings UI Cleanup: Removed redundant top-level plugin headings from the settings menu to strictly comply with Obsidian's native design guidelines.
- TypeScript Strictness: Fixed an unsafe data assignment edge case when the plugin initializes and loads the
data.jsonconfiguration file.