Releases: 30jannik06/Obsidian-TreeGen
Releases · 30jannik06/Obsidian-TreeGen
Release list
1.0.4
fix: bump minAppVersion to 1.7.2 for revealLeaf, await it revealLeaf's signature became Promise<void> as of Obsidian 1.7.2, which the review bot flagged as an unsupported-API mismatch against the declared minAppVersion. Bumping minAppVersion and awaiting the call accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1.0.3
fix: revert plugin ID to obsidian-treegen, fix review errors The plugin ID is already registered with Obsidian under obsidian-treegen since the 1.0.0 release; renaming it broke the automated review (ID can't change post-registration). Reverting the ID and associated path references. Also addresses reviewer-flagged errors: unsafe innerHTML assignments (replaced with safe DOM insertion), direct style assignment (now uses setCssStyles), detaching leaves in onunload (removed, per guidance), and bumped minAppVersion to cover the Workspace/CSS APIs in use. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1.0.2
chore: bump version to 1.0.2, fix stale obsidian-treegen path references Cleans up leftover install-path references (README, docs) that still pointed at the pre-rename plugin folder name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1.0.1
chore: bump version to 1.0.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>