# Octarine 0.33.0 Changelog

Released: 2026-01-06

**URL Schemes and Automation**

- Octarine now supports URL schemes for automating workflows from external applications — open notes, search, create daily/weekly notes, and more via `octarine://` URLs.
- X-callback-url support allows external apps to receive success or error responses after Octarine completes an action.

[Read more about URL schemes](https://docs.octarine.app/workflows/uri-scheme)

**Editor Stats Bar**

- A new stats bar at the bottom of the editor shows word count, character count, line count, and estimated reading time.
- When text is selected, the stats bar updates to show statistics for the selected text.
- Toggle it off in `Settings → Editor → Show Editor Stats bar`

**Views Improvements**

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

- View table columns can now be reordered by dragging and dropping column headers.
- URLs in text columns are now detected and can be opened with a single click.
- New properties can be created and custom properties can be edited directly from the column selector in Views.

**Improvements**

- Weekly notes can now be navigated using natural language queries like "this week", "last week", "2 weeks ago", or "week 3 of 2025" in `CMD/Ctrl + D`. Wikilinks also support weekly note references using natural language.
- Tags defined in frontmatter are now included in the graph visualization alongside inline tags.
- Heading levels in the table of contents are now normalized based on the headings actually present in the document — if your document only has H2 and H4 headings, they will be indented appropriately relative to each other.
- Right-clicking a date in the calendar now offers an "Open in Default App" option to open the daily note in your system's default markdown editor.

**Fixes**

- Fixed an issue where the model selection dropdown in Ask Octarine would scroll the entire page instead of just the dropdown list.
- Fixed a layout issue in the Ask Octarine prompt box that could clip content during loading states.
- Fixed an issue where the table of contents would not update correctly when switching between notes.
- `CMD + H` now correctly hides the window.
- `CMD/Ctrl + [ or ]` to go back and forth between tabs now also considers views, graph and chat tabs.
- Fixed the embedding model attempting to load each time Ask Octarine tab is focused even if the model was already loaded in.
