// changelog

What's new in Your Business.

We ship every other week. Big changes every quarter, small polish every Tuesday. Subscribe via the format you prefer.

RSS JSON feed Email digest @yourbusinessapp on X
v3.2release
April 22, 2026
Major

Smart Outlines and the new tone slider

Two months in the making — Smart Outlines turn any draft into a navigable map you can rearrange before committing. The new tone slider has six independent axes and previews the change live on a real sentence from your text.

What's new

  • Smart Outlines panel (⌘L) — drag sections to rearrange, AI keeps cross-references intact
  • Six-axis tone slider with live preview on a representative sentence
  • Custom tone profiles per project, syncing across devices
  • "Continue here" inline command in long documents (⌘⇧J)
  • 30% faster cold start on Apple Silicon and ARM64 Windows

Fixes

  • Comments in shared docs no longer flicker on slow connections
  • Dictation correctly handles em-dashes and ellipses
  • Substack export preserves footnote anchors
v3.1.4patch
April 8, 2026
Fix

Voice dictation and Markdown export

The biggest fix-up release of the quarter — addressing 14 issues reported by power users running Your Business in production for newsletters and books.

Fixes

  • Dictation no longer drops words during fast speech on iOS 17.5
  • Markdown export now respects nested footnotes
  • The cursor stays visible inside long blockquotes
  • Find & replace now respects regex anchors (^, $)
  • Window state persists across screen disconnects on macOS 14+
v3.1release
March 19, 2026
Feature

Voice dictation, two-handed

The most-requested feature of last year. Hold anywhere and speak — punctuation, paragraph breaks, even small edits ("scratch that, replace 'large' with 'enormous'") are recognized inline.

Highlights

  • Push-to-talk with , hands-free with ⌥⌥
  • 40+ languages, 12 with native voice editing
  • Works offline on Apple Silicon and Snapdragon X
v3.0release
February 26, 2026
Major

Your Business 3.0 — the rewrite

Your Business 3.0 is a full rewrite of the editor in Rust + React, dropping latency from 38ms to 12ms on a M2 Air. Every feature is here, but everything is faster, and the new architecture made the slider possible.

  • New editor core (Rust + WASM) — sub-16ms keystroke latency
  • Per-paragraph history with one-keystroke restore
  • Multi-draft compare up to 4 versions side by side
  • Custom CSS for export themes (Pro and Teams)
  • Public API beta for Pro subscribers
v2.9.6patch
January 30, 2026
Fix

Year-end stability sweep

Quiet release closing the books on the v2 line. We back-ported a few v3 fixes to make the transition smoother for teams holding off on the upgrade.

  • Sync conflicts in Teams now auto-resolve favoring most recent edit
  • iOS keyboard no longer dismisses during AI commands
  • Web app now warns before discarding unsaved local changes
v2.9beta
December 12, 2025
Beta

Public API preview

The Your Business public API is now in open beta for all Pro subscribers. Read documents, run AI commands, render exports — all over a clean REST surface with WebSocket streams.

  • GET /v1/docs · list and stream documents
  • POST /v1/commands · run any AI command on selected text
  • POST /v1/exports · render Markdown, HTML, .docx, PDF