Skip to content

1.6.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 03:45
· 36 commits to main since this release

Beta 3 of the upcoming 1.6.0 release.

New in this beta: the ribbon icon now stays hidden across restarts (#50), bug reports include CPU/RAM, and "Copy environment info" reflects your current settings.

Installing via BRAT

  1. Install the BRAT plugin in Obsidian
  2. Open BRAT settings → Add Beta Plugin → paste joybro/obsidian-similar-notes

What's in 1.6.0

Added

  • Export similar notes for active note (#47): a new command writes the active note's similar-notes results to a JSON file that external tools (e.g. coding agents) can read, without touching embeddings or the index.

Changed

  • Already-linked notes now appear in recommendations, ranked alongside everything else with a small muted "linked" tag, instead of being hidden.

Improved

  • Bug reports include CPU and memory (core count, architecture, total RAM) to help diagnose performance issues with the on-device model.

Fixed

  • Hiding the ribbon icon now sticks across restarts (#50): a hidden icon no longer reappears when you reopen Obsidian.
  • "Copy environment info" reports your current settings instead of a stale snapshot from when the settings tab was opened.
  • Better recommendations for long, multi-topic notes on large-context models: notes are chunked at a focused semantic size regardless of the model. Run a full reindex (Index settings → Reindex) to apply.