Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 23:58
· 1401 commits to master since this release
5cbc875

New & Changed

  • updt(infra): document AUTH_TRUST_HOST + the LAN :PORT site-address shape in .env.prod.example (#1035)
  • updt(infra): document the port-only (:PORT) any-host HTTP shape in the Caddyfile (#1035)
  • updt: document AUTH_TRUST_HOST in api .env.example (#1035)
  • feat: es strings for asset cost + depreciation (#954)
  • feat: en strings for asset cost + depreciation (#954)
  • feat: show purchase cost + current book value on asset detail (#954)
  • feat: asset form purchase cost + depreciation fields (#954)
  • feat: test money minor/major helpers (#954)
  • feat: add money minor/major unit helpers (#954)
  • feat: test currentBookValue on findOne (#954)
  • feat: compute currentBookValue on asset detail read (#954)
  • feat: export asset-depreciation util from shared barrel (#954)
  • feat: computed currentBookValue on asset detail schema (#954)
  • feat: purchase-cost/depreciation fields on Asset zod schemas (#954)
  • feat: unit test for computeAssetBookValue (#954)
  • feat: computeAssetBookValue straight-line depreciation util (#954)
  • feat: migration for asset purchase-cost + depreciation columns (#954)
  • feat: add asset purchaseCost/usefulLifeMonths/salvageValue columns (#954)

Fixes

  • fix: add .playwright-mcp/ to .gitignore
  • fix(web): restore explicit trustHost for host-agnostic LAN mode (#1043)
  • fix: derive Secure cookie from origin scheme only, not AUTH_TRUST_HOST (#1035)
  • fix(infra): AUTH_URL uses ${WEB_ORIGIN:-} so unset WEB_ORIGIN in LAN mode is clean (#1035)
  • fix(infra): host-agnostic LAN network mode + start.sh --reconfigure (#1035)
  • fix: boot-config specs for AUTH_TRUST_HOST LAN mode (#1035)
  • fix: validate AUTH_TRUST_HOST requires AUTH_MODE=local (#1035)
  • fix: spec for resolveCorsOrigin host-agnostic CORS (#1035)
  • fix: wire resolveCorsOrigin into enableCors (#1035)
  • fix: reflect request Origin for CORS in LAN host-agnostic mode (#1035)
  • fix: host-agnostic auth in LAN mode via AUTH_TRUST_HOST (#1035)

Full changelog: v1.5.0...v1.6.0