v2.2.1
Fixes
- Blank screen after upgrading to v2.2.0 (#207). Users who had selected one of the layout presets removed in v2.2.0 (
classic,wide_reader,wide_list) saw a blank screen after logging in — the message list fell back to a preset that no longer existed and crashed on render. The layout now safely falls back to Comfortable for any unrecognized preset, and the stale preference is resolved automatically on next load.
Upgrade note: No action needed — affected users are fixed automatically once this build is deployed. If you're stuck on a blank screen before upgrading, running localStorage.removeItem('mailflow_layout'); location.reload(); in your browser console clears it immediately.