v0.2.0
Images: ghcr.io/aroesec/loot:0.2.0
Added
- Business logo, set during first run or from Settings, shown on business
reports. PNG, JPEG or WebP up to 1MB - A team roster for business mode: employees and contractors, with name, type
and an optional email. It is a contact list for your own reference — nothing
in it is linked to a transaction or a report - Linking a bank is now offered during first run, not only afterwards in
Settings
Changed
- First-run setup asks personal-or-business as a choice you can switch at any
point rather than a step you commit to. The fields below it change as you
switch, so the other option is no longer behind a click - The JSON export now carries the team roster (
formatVersion2). The format
only ever grows by adding keys, so anything reading version 1 still finds
what it knew about - Only
maindeploys to Vercel now. A preview build needsDATABASE_URLand
SESSION_SECRET, which are production-scoped and cannot be given to a fork,
so the preview check had failed on every pull request this repo has had.
docs/deploy.mdexplains how to turn previews back on with their own
database