Skip to content

MoneyNote v1.2.0

Choose a tag to compare

@Justin-Ju-0413 Justin-Ju-0413 released this 01 Aug 20:23
af28aed

Stable source release for the local-first MoneyNote PWA.

Supported platforms

  • Modern desktop/mobile browsers with IndexedDB and File APIs
  • Development verified with Node.js/npm on macOS and GitHub Actions Linux

Install and verify

  1. Clone this tag and run npm ci.
  2. Run npm run dev, or npm run build && npm run preview.
  3. Verify with npm run lint, npm test (120 tests), and npm run build.

Clean-checkout CI: https://github.com/Justin-Ju-0413/moneynote/actions/runs/30716660868

Source commit: af28aed4f27d0d55ff0b041b30367a9dd497737d

Changes and limits

  • Adds chat accounting plus CSV/XLSX spreadsheet import.
  • Import size is limited to 20 MB; legacy XLS is rejected.
  • Existing IndexedDB bills/chat history are preserved; data remains local unless the user explicitly exports it.
  • This is source-only; no separately built binary is attached.

Upgrade and rollback

Export a backup before upgrading. To roll back, check out v1.1.0 and restore the exported backup if required.