Skip to content

1.2.2

Choose a tag to compare

@leotomhal leotomhal released this 21 Jul 12:52
· 12 commits to main since this release
1ccc9fe

Internal

  • Type-safety cleanup for Obsidian's plugin review: the entire src/ codebase now uses real TypeScript types (central interfaces, typed class fields and method signatures, a typed minimal interface for the Tasks plugin API). This eliminates all ~3,400 advisory type-safety warnings from the review report — the plugin's behavior is unchanged.