Changelog

What changed. Why it matters.

Every release since 1.0.0 — grouped by theme so you can see the trajectory.

  1. v1.0.32026-04-19

    Desktop fixes — sidecar port + cloud auth client

    • Fix

      Dashboard, LiveRates, and other inside-app APIs — fixed sidecar port mismatch (config now reads both PORT and SERVER_PORT, Tauri's PORT=3001 takes precedence).

    • Fix

      Login — ported dual-client pattern (authClient → cloud auth :9000, apiClient → local sidecar :3001). Token/localStorage keys renamed forexroute_* to avoid collision with StockRoute.

    • Improved

      Site + desktop branding fully de-StockRouted — FAQ, terms, strategies, broker wall, scenes, navbar, footer, register, pricing all rewritten for forex.

  2. v1.0.12026-04-19

    Marketing site v2 + swap-aware refactor

    • New

      Homepage and site upgraded — multi-page, animated strategy mockups, competitor comparison, deep-linkable security and platforms pages.

    • Improved

      Swap-aware PnL now includes per-trade spread, commission, overnight rollover, and broker financing breakdown — all surfaced in the PnL dashboard.

    • Security

      Broker credential vault format documented — AES-256-GCM + scrypt KDF per user.

  3. v1.0.02026-04-02

    Initial desktop release

    • New

      Tauri v2 desktop shell — 32 MB installer bundled Node sidecar, zero cloud latency.

    • New

      5 live broker connectors: OANDA, FXCM, IG Markets, Interactive Brokers, Alpaca.

    • New

      Triangular FX, cross-source, and DXY basket scanners live. Historical backtesting with 5+ years of tick data.

    • Security

      Weekend-gap aware order placement. Per-pair exposure cap, consecutive-loss cooldown.