From 8b0f33085ca7b76830af8c89566f001154594bbe Mon Sep 17 00:00:00 2001 From: null Date: Sat, 30 May 2026 15:22:16 -0500 Subject: [PATCH] feat: Payoff Simulator page with live SVG chart, debt selector, and apply-to-budget (batch 0.34.3) --- HISTORY.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 495f2aa..67efdf0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,17 @@ # Bill Tracker โ€” Changelog +## v0.34.3 + +### ๐Ÿš€ Features + +- **Payoff Simulator** โ€” `/payoff` route with custom SVG chart. Select any debt, inputs auto-populate from bill rate/minimum/amount. Live-updating chart with 3 tracks: slate dashed (min-only), indigo dashed (snowball plan), amber solid (simulation). Stats cards show interest saved, time saved, total paid breakdown. "Apply to budget" pushes sim payment back to bill with undo support. + +### ๐Ÿ”ง Changed + +- **Bump** โ€” `0.34.2` โ†’ `0.34.3` + +--- + ## v0.34.2 ### ๐Ÿงน Roadmap Audit diff --git a/package.json b/package.json index ab64dca..4a8e087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bill-tracker", - "version": "0.34.2", + "version": "0.34.3", "description": "Monthly bill tracking system", "main": "server.js", "scripts": {