Documentation

Documentation

1. Release Notes

Created
Jun 10, 2026
Updated
Jun 17, 2026

Release notes record what changed in Fractal Chart as the app develops. Each release gets its own page under this section, summarizing what was added, changed, fixed, or removed.

Versioning

Releases are labeled vMAJOR.MINOR.PATCH. While the app is pre-1.0, new features land under minor bumps and fixes under patch bumps; breaking changes may still occur between minor versions.

Releases

  • v0.6.0 — OKX data provider — adds OKX as a fully integrated crypto provider (spot + linear perpetual swaps) with Binance feature parity: historical and realtime bars, symbol search, watchlist, OK: prefix addressing, and no API key required.
  • v0.5.2 — Live prices & watchlist quotes — adds a tick-driven live price level on the chart (with graceful fallback to the bar-driven line), live polling of watchlist row prices and percent change via bulk provider snapshots, a simpler mobile symbol overlay, and a "report a bug" link on Pine error messages.
  • v0.5.1 — Active-pane browser title — the browser tab title now follows the focused pane in a multi-pane layout, showing that pane's symbol and live price instead of always the main route ticker.
  • v0.5.0 — Pine Script Engine — integrates a full Pine Script v6 engine (piner): custom indicators and strategies in Pine, all drawing families, request.security, Pine alerts, an on-chart indicator legend, and Pine as the default authoring language.
  • v0.4.0 — Alerts — adds a full alerting system: TradingView-style conditions, toast/browser/sound/webhook notifications, background evaluation of indicator alerts, on-chart alert lines, and a triggered log.
  • v0.3.0 — Multi-asset classes & Binance futures — adds a provider-orthogonal asset-class model (equities/crypto/futures/forex), Binance USDⓈ-M perpetual futures, symbol search, and an asset-class indicator.
  • v0.2.0 — Alpaca data provider — adds Alpaca as a US-equities data provider and renames legacy browser-storage keys.

Publishing a new release

To publish a release, add a page to this section (docs/14-releases/<version>.md) titled with a number prefix and the version (for example 2. v0.3.0 — <summary>), describe the changes under Added / Changed / Fixed / Removed headings, and link it from the Releases list above so it appears in the sidebar and stays reachable.

Next steps

See the latest release.

Next: v0.6.0 — OKX data provider