# Octarine 0.42.2 Changelog

Released: 2026-05-11

### Pinned Notes

<video autoPlay loop muted playsInline>
  <source
    src="https://pub-d9b2979edab5442388c14f8014e177b7.r2.dev/0_42_2_pinned.mp4"
    type="video/mp4"
  />
</video>

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.
