Skip to content

v0.11.2 - Configurable Currency

Choose a tag to compare

@ulsklyc ulsklyc released this 05 Apr 09:55

What's new

Configurable currency for the budget section

You can now choose your preferred currency in Settings → Budget.

Supported currencies: EUR, USD, GBP, SEK, NOK, DKK, CHF, PLN, CZK, HUF, JPY, AUD, CAD

The setting is stored household-wide — all family members see the same currency. All amounts and number formatting in the budget section adapt automatically.

Changes

  • GET /api/v1/preferences now returns a currency field
  • PUT /api/v1/preferences accepts a currency field (validated against the supported list)
  • Budget page loads the currency preference on render and uses it for all formatted amounts
  • Settings page gains a new "Budget" section with a currency selector
  • Locales updated: de, en, it

Closes #20