Skip to content

1.0.2

Choose a tag to compare

@ryan-manor ryan-manor released this 30 Jun 01:39

Code-quality release addressing the second round of Obsidian community plugin-review feedback. No user-visible change — search, indexing, and sync behave identically to 1.0.1.

Internal

  • Replaced the remaining lint-rule suppressions with code that satisfies Obsidian's plugin guidelines directly (member access for per-device storage and the hidden compute frame, popout-safe globals); no eslint-disable comments remain in shipped code.
  • Switched the dev-only YAML test dependency to yaml.
  • Added a local reproduction of the review's lint configuration so findings are caught before submission.