You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotel booking ↔ accommodation sync — bidirectional, auto-create, auto-delete
Multiple hotels per day — check-in (green) / check-out (red) color coding in day plan
Ko-fi & Buy Me a Coffee support cards in settings
GitHub releases served via server proxy with 30min cache
Notes
All database migrations are additive — existing data is fully preserved
Hotel reservations now hide the "link to day plan" and "start/end time" fields in the UI (these didn't apply to hotels). The data remains in the database for any existing reservations that had them set.
The FORCE_HTTPS behavior changed: previously on by default in production, now off by default. Set FORCE_HTTPS=true explicitly if you need it.