Skip to content

v0.7.0 — Locale-Aware Currency & Admin Upgrades

Choose a tag to compare

@github-actions github-actions released this 27 Apr 22:54
· 85 commits to main since this release

What's Changed

Features

  • Locale-aware currency formatting — all formatCents call sites now respect the user's locale, so amounts render correctly (e.g., 1.234,56 € for German, 1 234,56 kr for Swedish) (#87)
  • Admin table improvements — pagination, search, filtering, and sorting for admin group/user tables (#86)
  • Admin AI provider testing — test AI providers directly from the admin dashboard, OCR tuning controls, and performance docs (#85)
  • ANTHROPIC_HEALTH_MODEL — configurable model for Anthropic health checks in Docker and Unraid templates (b3449a7)

Fixes

  • Reduce token drain from Meridian health poller (c02b9e9)

i18n

  • moneyLocales map now covers all 9 supported locales with compile-time exhaustiveness via satisfies Record<Locale, string>
  • Split components (equal-split, exact-split, percentage-split, shares-split) accept optional locale and currency props

Full Changelog: v0.6.2...v0.7.0