# Octarine 0.38.1 Changelog

Released: 2026-03-16

**Block Math**

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

- LaTeX math equations can now be written and rendered as display blocks using the `/math` slash command or by pressing `CMD/Ctrl + Shift + M`.
- If the `Render Math Equations` setting is disabled, attempting to insert a math block will display a helpful notification with a shortcut to access Settings and enable the feature.

**Doclinks**
- Clicking a doclink now opens an inline sheet preview of the linked note. To open the note in a new tab, use `CMD/Ctrl + Click`. This consistent behavior applies to editor doclinks, references, data table cells, and property wikilinks.
- When clicking a doclink within a sheet, the current note is added to a history stack. A back button will appear in the sheet header, allowing you to easily navigate back along your path.

**Improvements**
- Writing Assistant now shows the current note as a visible context chip when it's being used as implicit context, making it easy to clear if you want to ask a general question instead.
- Pasting code into an existing code block no longer inserts extra markdown fence syntax — the fences are automatically stripped so only the code content is pasted.
- Clicking `Daily Desk` when the calendar is already visible now highlights it with a brief pulse animation, so you can quickly spot it.

**Fixes**
- Fixed template properties not being applied when creating notes via the URI scheme.
- Fixed Doclink sheet navigation including duplicate notes.

**Deprecated**
- The `Doclink Click Behaviour` setting has been discontinued and is no longer available.
