feat: Payoff Simulator page with live SVG chart, debt selector, and apply-to-budget (batch 0.34.3)
This commit is contained in:
parent
799189059b
commit
8b0f33085c
12
HISTORY.md
12
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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bill-tracker",
|
||||
"version": "0.34.2",
|
||||
"version": "0.34.3",
|
||||
"description": "Monthly bill tracking system",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue