Skip to content

Releases: robertdevore/strata

Strata 0.6.0

01 Jun 18:26

Choose a tag to compare

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

Strata 0.5.0

27 May 21:18

Choose a tag to compare

Strata 0.5.0

This release focuses on enterprise readiness, editor ergonomics, and day-to-day workflow polish.

Highlights

  • Enterprise-forward documentation refresh with clearer operational and security guidance
  • Configurable hotkeys persisted in settings and applied live in the app
  • Sidebar, tags, and modal UX improvements for faster navigation
  • Markdown editing and preview improvements for selection wrapping and task list rendering
  • UI refinements for cleaner panel and resizer behavior

Build Artifacts

  • macOS DMG included in this release

0.4.0

25 May 16:40

Choose a tag to compare

Bump version to 0.4.0, add release notes, refresh README

- Bumped version in package.json, Sidebar.tsx display string
- Added comprehensive 0.4.0 release notes covering: sidebar UX
  overhaul, zero-width collapsed sidebar, 50/50 panel split,
  editor header refinement, smart note ordering, CLI helper,
  TypeScript baseUrl migration, and all smaller UX fixes
- Rewrote Features section with current capabilities (AI chat,
  preview, export, HTTP API, keyboard shortcuts)
- Fixed AI chat panel location reference (header not footer)
- All 8 tests pass.

0.2.0

26 Feb 21:24

Choose a tag to compare

  • First stable release