Release Summary
- Added support for Eastern name order and a new selector in appearance settings.
- Improved name formatting to use your selected name order across the app.
- Fixed title and full name display on the person details page for consistency.
- Updated reminder scripts to work with your selected name order preference.
0.37.0 (2026-03-13)
Features
- add eastern name order support to formatting functions (1b1c452)
- add name order i18n translations for all 6 locales (570b674)
- add name order selector to appearance settings (3d42f64)
- add name-order API route and validation schema (349cad3)
- add NameOrder enum and nameOrder field to User model (42aef63)
- auto-detect CJK characters to omit spaces in eastern name order (b97aa17)
- Eastern name order support (a48b89a)
- thread nameOrder through all client-side call sites (4ecc303)
- thread nameOrder through server-side call sites (a5c791e)
- update test reminder script with nameOrder param (bd27be2)
Bug Fixes
- use formatFullName for title and full name on person details page (ef575f3)