What's Changed
Features
- Locale-aware currency formatting — all
formatCentscall sites now respect the user's locale, so amounts render correctly (e.g.,1.234,56 €for German,1 234,56 krfor 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
moneyLocalesmap now covers all 9 supported locales with compile-time exhaustiveness viasatisfies Record<Locale, string>- Split components (
equal-split,exact-split,percentage-split,shares-split) accept optionallocaleandcurrencyprops
Full Changelog: v0.6.2...v0.7.0