Skip to content

v0.2.0

Choose a tag to compare

@aroesec aroesec released this 30 Aug 22:40
· 19 commits to main since this release

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 (formatVersion 2). The format
    only ever grows by adding keys, so anything reading version 1 still finds
    what it knew about
  • Only main deploys to Vercel now. A preview build needs DATABASE_URL and
    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.md explains how to turn previews back on with their own
    database