Skip to content

1.0.2

Choose a tag to compare

@DuckTapeKiller DuckTapeKiller released this 09 Jun 14:59
· 3 commits to main since this release

Release Notes: Version 1.0.2

Fixes & Compliance Updates:

  • API Version Compatibility: Officially bumped the required Obsidian minAppVersion to 1.13.0 to 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.json configuration file.