MoneyNote v1.2.0
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
- Clone this tag and run
npm ci. - Run
npm run dev, ornpm run build && npm run preview. - Verify with
npm run lint,npm test(120 tests), andnpm 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.