Initial commit: moon-household-budget

This commit is contained in:
Bonna
2026-06-06 19:12:43 -05:00
commit a3b91f6d6b
57 changed files with 11944 additions and 0 deletions

20
CHANGELOG.md Normal file
View File

@@ -0,0 +1,20 @@
# Changelog
All notable changes to Moon Household Budget. Newest first.
Generated from changelog.json by release.py — do not edit by hand.
## 0.2.0 — 2026-06-06 — Automatic version + changelog on every update
- Every app update now automatically bumps the version and adds a 'What's New' entry, so you always see what changed.
- Added a one-command release tool and wrote the process into the project so any future change stays documented.
## 0.1.0 — 2026-06-06 — First tracked release
- Crash-safe data storage — saves are now atomic and a corrupted file can no longer take the app down.
- Transactions moved to a SQLite database: faster, and safe when edited from two tabs at once. Existing transactions were migrated automatically.
- New Settings page (⚙️) to store your Gmail login and reminder preferences securely — no passwords in the code anymore.
- Suggestions & feedback (💡) is now reachable from every page; what you send becomes a tracked issue.
- Bill email reminders now use the Gmail login from Settings.
- Automatic daily backups of all your data (local for now; Backblaze cloud once a bucket is set up).
- Fixed the Monthly view crashing on the budget total.
- Added this version number and changelog.