Skip to content

1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:04

Directory-review hygiene pass: every automated-review warning that is safe to fix at the 1.9.10 floor, plus release hardening. No feature changes.

  • Release assets now carry GitHub artifact attestations; verify provenance with: gh attestation verify main.js -R prisant-labs/obsidian-tag-visibility
  • versions.json is no longer attached to releases (Obsidian consults it from the repository).
  • Popout-window safety (window.requestAnimationFrame / window.setTimeout), promise hygiene, and safer frontmatter tag typing.
  • Frontmatter tags: values that are not strings (for example a bare numeric tag) are now coerced to strings when indexed.

Full details: https://github.com/prisant-labs/obsidian-tag-visibility/blob/main/CHANGELOG.md

Finding-by-finding review record: https://github.com/prisant-labs/obsidian-tag-visibility/blob/main/docs/DIRECTORY-REVIEW.md (this release resolves DR-02 through DR-10 and DR-12; DR-11 is tracked for 1.1)