Octarine Logo

Changelog

New updates and improvements to Octarine

0.42.2

Pinned notes in top breadcrumb, graph view with properties, web search support, bug fixes.

Pinned Notes

Pinned notes and folders now appear in the app’s top breadcrumb, making them accessible at all times — even when the sidebar is closed or when you’re not in notes view.

Improvements

  • Graph view now supports properties and displays all their connections.
  • You can now search for property value occurrences in the workspace using the [key: value] syntax (e.g., [status:done]).
  • Quickly insert a link using the CMD/Ctrl + Shift + K shortcut. The link container no longer defaults to https://, allowing you to paste any value freely.
  • When pasting a link without a label, it will now use the markdown link syntax by default, instead of storing it as <link>.
  • Uncreated or broken wikilinks will now create notes in the Default folder instead of at the root.
  • Wikilink suggestions in properties are now more performant and can be attached with a single click.
  • Added web search support for Google, xAI, and Groq. Removed hardcoded model names from openai-compatible providers for web search tooling.

Fixes

  • Fixed an issue where Related Notes would not display in the properties tab, even if present in the markdown.
  • The file watching algorithm has been relaxed: it now triggers only when the modified time differs between the file system and the internal database, rather than on every window focus.