diff --git a/HISTORY.md b/HISTORY.md index 2576b62..eee5519 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # Bill Tracker — Changelog +## v0.20.1 + +### Added +- **Code splitting** — All page components (except LoginPage) now lazy-load via React.lazy + Suspense, reducing initial bundle size +- **PageLoader component** — Minimal loading spinner for lazy-loaded routes +- **Version badge on Roadmap page** — Admins see the current version at the top of the dashboard +- **Version in /api/about-admin** — API now returns version from package.json +- **Roadmap nav link** — Admins see "Roadmap" in dropdown menu and admin sidebar +- **/admin/roadmap route** — Direct URL to admin dashboard + ## v0.20.0 ### Added