Skip to content

0.5.8

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:30
· 1 commit to master since this release

Changes

  • Fix highlight and comment data migration when Markdown notes are renamed or moved, including before HiNote services are initialized.
  • Prevent Obsidian from freezing when search filters such as hicard: are cleared by restoring paginated rendering.
  • Remove an unused tooltip width calculation.

Validation

  • node scripts/test-hinote-rename-fix.mjs
  • node scripts/test-search-rendering-fix.mjs
  • npm run build

Fixes #87. Fixes #90.