feat: Payoff Simulator page with live SVG chart, debt selector, and apply-to-budget (batch 0.34.3)

This commit is contained in:
null 2026-05-30 15:22:16 -05:00
parent 799189059b
commit 8b0f33085c
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "bill-tracker",
"version": "0.34.2",
"version": "0.34.3",
"description": "Monthly bill tracking system",
"main": "server.js",
"scripts": {