Phone + password signup — You can create an account with a phone number and password where that flow is enabled; in-app signup was updated to match.
Paste a full OTP — On verification screens that ask for a one-time code, you can paste the entire code at once instead of typing digit-by-digit.
Crypto verification — Addressed a failure path in the crypto-related verification step so that flow completes reliably.
Brokerage (SnapTrade and reconnect)
Callback-style broker connection — Completing SnapTrade authorization now returns through a clearer callback path, so you’re less likely to get stuck after leaving Astral to approve access.
Broker reconnect — We shipped a reconnect flow for brokers that need to be linked again; it was briefly rolled back and then restored after we validated behavior, so reconnects should work consistently after dropped sessions or credential updates.
Charts and TradingView
Clicks not registering on the chart — Fixed pointer events on the TradingView layer so interactions (clicking tools, the chart, etc.) aren’t blocked when they should work.
Removing indicators / resizing — Tightened how the chart and layout stay in sync when you remove indicators or resize panels, so the workspace doesn’t drift out of alignment.
Order markers vs. visible range — Order markers now refresh correctly when you zoom or scroll the time range; we also trimmed unnecessary overlay work and removed a batch of changes that weren’t improving behavior.
Price line and overlays — Adjustments to the price line and overlay drawing so they stay accurate and cheaper to update while you move around the chart.
Baseline chart — Added a short intro animation, tightened zoom-out bounds and pan limits, and fixed cases where the series could fall out of sync right after the animation finished.
Sidebar and terminal resize — Smoother sync when you drag to resize the TradingView sidebar or terminal split; less jank and fewer redundant updates.
Chart jumping when the container resizes — When panels or sidebars resize, your zoom/pan context is preserved more reliably instead of resetting the view.
Mobile terminal — Fixed viewport sizing on small screens so the terminal uses the screen sensibly (no awkward clipping or wrong height).
Explore
Stale results — If you navigate or filter quickly, we now cancel in-flight requests so an older response can’t overwrite what you’re looking at now.
Landing nav — Small fixes to how the nav renders during load so it doesn’t flash or layout-shift as badly on some viewports.
Landing site and legal
Breakpoints — Corrected landing layout at certain widths so sections don’t break awkwardly.
First paint — Landing shell and chrome were refactored so heavy client-only pieces don’t block the initial page as long.
Terms of Service — Copy updates in the ToS surfaced in-app.
Walkthroughs
Usage tracking — We record whether key walkthrough steps are completed so we can see where people drop off and improve those flows.