# Octarine 0.37.2 Changelog

Released: 2026-03-04


**Views**

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


- Redesigned the header to include a settings popover, which now houses grouping, group sorting, column selection, and the layout selector.
- Added support for displaying views as either a Table or a Kanban board (Kanban is only available when a grouping is applied).
  - The Kanban board uses its own card property selections, independent of the columns selected in Table view.
- You can now search within a view (`CMD/Ctrl + F`) to find any matching values across all cells and columns.
- When navigating through a view via the preview sheet, the corresponding row is highlighted in the background, and the table or Kanban view automatically scrolls to keep you in the correct location upon exiting the preview.
- Removed caret visibility in sheets to prevent confusion with read-only mode. Also fixed task items being clickable in read-only sheets.

**DocLink Sheets**

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


- Clicking a doclink (or any linked note in the properties / metasidebar) now opens the linked note in an inline preview sheet — you can read the full note, its properties, and document stats without navigating away from your current note.
  - Navigate between linked notes (in the note) in the sheet using `j` `k` or the up/down icon buttons.

> This behaviour can be tweaked in `Settings → Editor → Doclink Click Behaviour` to switch between `Preview Sheets` and `Open in new tab`

**Graph**


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

- Legend items in the graph view are now clickable — click to show or hide specific node types, making it easier to focus on the connections that matter.

**Performance**

- Significantly reduced idle CPU usage — previously the app could use \~90% CPU when idle due to cascading file watcher events and unnecessary database writes. Now uses event-driven file watching and skips redundant writes.
- Upto 2x faster startup time.
- Reduced background thread overhead from embedding database and file watchers.

**Improvements**

- Zoom levels now step in finer 5% increments for more precise control.
- Git sync intervals can now be set to 1, 2, or 3 minutes.
- Slash commands now include `/tomorrow` for quickly linking tomorrow's daily note.
- PDF export now correctly renders callouts, highlights, colored text, and HTML embeds.
- PDF export includes a long-running page option for large documents.
- Property value suggestions now clean up stale values that are no longer in use.

**Fixes**

- Fixed git sync failing when branches have diverged — sync now allows merge commits instead of aborting.
- Fixed macOS traffic lights being displaced on app launch and workspace switch.
- Fixed system font not applying to header font when `Same as editor font` is chosen.
- Fixed the backlinks chevron and hide-content behavior.
- Fixed an issue where strings containing decimal points weren't sorted correctly in Views.
- Fixed a crash related to table cell rendering.
- Fixed an issue where the name cell would truncate based on characters and not column width in Views.
