What's New

v2.13.1

Release history and updates for Wheel Strat Tracker.

v2.13.1LatestApr 29, 2026
  • Auto-fill stock entry price — when adding a trade, typing a valid ticker now automatically fetches the current market price and pre-populates the Stock Entry Price field. The field stays fully editable; editing it manually stops any further auto-fill so your input is never overridden.
v2.13.0Apr 27, 2026
  • Trade Journal — a new Journal page (sidebar nav) gives you a monthly calendar view of all closed trade activity. Days with trades are color-coded green or red by net P/L; click any day to see the individual trades. Each month has a free-form notes area that auto-saves as you type — capture market conditions, lessons learned, and trade decisions you'd revisit.
  • Journal portfolio filter — when you have multiple portfolios, pill buttons let you scope the calendar and stats to a single portfolio or view everything together.
  • Journal month stats — each month shows total P/L, win rate (profitable days / trading days), total trades closed, and best and worst day at a glance.
v2.12.0Apr 27, 2026
  • Dashboard timeframe filter — the All Accounts summary now has 7D / MTD / YTD / All tabs. P&L, win rate, and realized gains update to the selected period while current-state metrics (capital deployed, cash available, open trades) stay fixed.
  • Portfolio selector on the dashboard — when you have multiple portfolios, pill buttons appear so you can scope the timeframe view to a single portfolio without leaving the summary page.
  • Activity tab redesign — the closed trades header now shows total P/L and average % P/L as color-coded badges, with a compact 7D / 30D / 1Y / All toggle replacing the old label-and-select layout.
  • Allocation % consistency fix — the 'Capital In Use' figure on a trade detail page now uses the same denominator (current capital including profits) as the open trades table and the dashboard deployed % bar.
  • Performance: the portfolio metrics API now issues date-filtered database queries for MTD and YTD period sums instead of loading your full trade history and filtering in JavaScript — faster for accounts with long trading histories.
v2.11.0Apr 26, 2026
  • Performance: the Activity tab now loads only the current page of closed trades from the server instead of fetching your entire history upfront. Switching timeframes or pages makes a targeted request rather than filtering thousands of rows in the browser.
  • Performance: added database indexes on Trade and StockLot for date-range queries, making closed-trade lookups significantly faster as your history grows.
  • Performance: the closed trades report no longer issues one database query per portfolio — all portfolios are queried in a single round trip.
  • Performance: all list API routes now request only the fields they actually display, reducing JSON payload size.