What's Changed
New Features
- Configurable date format — Users can now choose their preferred date format from Settings > Units & Values. Options: DD/MM/YYYY (default), MM/DD/YYYY, YYYY-MM-DD, DD.MM.YYYY (#33)
Details
- New
format_dateJinja2 template filter with support for default, short, long, datetime, and long_datetime styles - All 20 display templates updated to use the new filter
- Schema migration automatically adds the preference column for existing databases
- HTML date input fields remain in standard ISO format
Full Changelog: v0.8.2...v0.9.0