• Joined on 2026-05-03
null pushed to dev at null/BillTracker 2026-06-13 20:00:28 -05:00
dc951ab59c chore: extract mobile app to Mobile-BillTracker repo
null pushed to dev at null/BillTracker 2026-06-12 03:59:45 -05:00
ee7026872c feat(banking): bank transactions ledger page with route, sidebar link, and API endpoint
d9a441dff6 feat(settings): auto-save preferences with live save status (batch 0.39.0)
Compare 2 commits »
null pushed to dev at null/BillTracker 2026-06-12 01:52:50 -05:00
8ef794a94a feat(settings): safe-to-spend toggle, move notifications from Profile to Settings, fix dark-mode readability
null pushed to dev at null/BillTracker 2026-06-12 01:32:35 -05:00
dc49eb9633 feat(cashflow): safe-to-spend projection with timeline, vitest setup, package upgrades
null pushed to dev at null/BillTracker 2026-06-11 23:50:31 -05:00
d0835b86ab chore(cleanup): remove legacy/public HTML files, retire /legacy route, update docs and About page
null pushed to dev at null/BillTracker 2026-06-11 23:40:28 -05:00
c6708982a9 fix(utils): extract localDateString to shared lib, replace .toISOString().slice() pattern across client
null deleted branch cents-migration-stage2 from null/BillTracker 2026-06-11 20:16:18 -05:00
null pushed to dev at null/BillTracker 2026-06-11 20:15:39 -05:00
4b74a456d9 chore(release): bump to v0.38.4, update HISTORY, remove Stage 2 from FUTURE
d6639f1385 feat(money): cents migration stage 2 — schema flip to integer cents (batch 0.38.4)
Compare 2 commits »
null pushed to cents-migration-stage2 at null/BillTracker 2026-06-11 20:14:08 -05:00
4b74a456d9 chore(release): bump to v0.38.4, update HISTORY, remove Stage 2 from FUTURE
null created branch cents-migration-stage2 in null/BillTracker 2026-06-11 20:12:37 -05:00
null pushed to cents-migration-stage2 at null/BillTracker 2026-06-11 20:12:37 -05:00
d6639f1385 feat(money): cents migration stage 2 — schema flip to integer cents (batch 0.38.4)
null pushed to dev at null/BillTracker 2026-06-10 20:14:16 -05:00
bf66ab1ee6 feat(money): migrate services to cent-exact money.js helpers (batch 0.38.3)
null pushed to dev at null/BillTracker 2026-06-10 20:09:28 -05:00
19d0e653a3 feat(utils): add money.js with integer-cents arithmetic helpers (batch 0.38.2)
null pushed to dev at null/BillTracker 2026-06-10 19:42:55 -05:00
947fa3bdf8 feat(auth): add per-username rate limiter, migrate dates to local-time utils (batch 0.38.1)
null pushed to dev at null/BillTracker 2026-06-10 19:37:25 -05:00
38c8bbd472 feat(server): add trust proxy, CSRF HTTPS detection, error formatting, dates util (batch 0.38.0)
null pushed to dev at null/BillTracker 2026-06-10 19:28:56 -05:00
b274157bce chore: push pending changes
null pushed to dev at null/BillTracker 2026-06-09 20:51:36 -05:00
57e4d8039b chore(client): update PageTransition spacing
null pushed to dev at null/BillTracker 2026-06-08 21:27:58 -05:00
5b0c50809c fix(ui): clean up excess CSS in index.css (batch 0.37.6)
null pushed to dev at null/BillTracker 2026-06-08 21:07:45 -05:00
f3bcf6cdec fix(api): transaction matching logic improvements (batch 0.37.5)
null pushed to dev at null/BillTracker 2026-06-08 16:33:51 -05:00
ca514e5f26 fix(tracker): BillModal save/close race and pending badge logic