What's Changed
UTC Timestamp Storage (#91)
All timestamps are now stored internally as UTC with Z-suffix. Existing databases are automatically migrated on first startup using the configured timezone, with a safety backup created beforehand. The display layer converts UTC back to local time transparently.
Import Parser Fix (#97)
Fixed two bugs in the journal Excel/CSV import: year rollover across December/January boundaries was not detected, and month-header rows containing data in other columns were silently skipped.
Full Changelog: v2026-02-22.3...v2026-02-22.4