Skip to content

Release v1.6.0

Choose a tag to compare

@Artieficr Artieficr released this 31 Jul 22:36
· 13 commits to main since this release

Added features

Link Suggester

As you type, a small suggestion appears whenever your text matches an existing note's title or alias — no need to type [[ ]] yourself. Click it, or press Enter right after it, to turn the match into a [[link]]. Multiple suggestions can stay on screen at once, so you can write freely and link things up afterward.

QOL changes

  • Reset to default danger button in settings now has confirmation window.

Bug fixes

  • Graph view sometimes was turning into two graph stacked one over another upon Obsidian launch.

Not user exposed changes

  • Fixed ESLint config (tsconfigRootDir) so the Obsidian plugin review bot's automated checks pass cleanly.
  • Bumped protobufjs to ^7.6.3, fixing CVE-2026-54269 (GHSA-f38q-mgvj-vph7) while staying on the 7.x line that onnx-proto/onnxruntime-web require.