Skip to content

Strata 0.6.0

Latest

Choose a tag to compare

@robertdevore robertdevore released this 01 Jun 18:26
· 12 commits to main since this release

Strata 0.6.0

This release introduces multi-pinned split panes, a configurable grid layout, and substantial memory optimizations.

Highlights

  • Multi-pin split panes — Pin any number of notes side-by-side (right-click a tab → "Pin to Split View"). Draggable resizers between each column pair.
  • Grid layout — Switch to grid mode (right-click → "Switch to Grid Layout") for a dashboard view with 2/3/4-column grids. Ideal for large monitors.
  • 50–80 MB memory reduction — SQLite pragma tuning, WAL journal size cap, async backup I/O, Vite code splitting, draft LRU eviction, and model catalog memoization.
  • Database clean shutdown — PRAGMA optimize on exit, proper connection close.
  • TabBar always visible — With a single tab open, the tab bar now shows so the pin feature is always accessible.
  • Enterprise-grade stability — Zero regressions, full type-check pass, all tests green.

Build Artifacts

  • macOS DMG included in this release