# Changelog ## v0.5.0 - Grid trader is now stable enough for real use. - Orders place, replace, recenter, and resize as expected. - Shared execution uses real fees for sizing. - Shared strategy sizing now lives in `src/trader_mcp/strategy_sizing.py`. - Trend follower clamps the last order to the remaining `balance_target` gap instead of overshooting it. - Dashboard and live strategy state are aligned with the running strategy flow. - MCP surface remains compact while the runtime behaviour is much more complete. ## v0.4.x - Earlier experimental trader/dashboard iterations. - Strategy and execution plumbing were still being hardened.