ChangelogAuto Day PlannerUpdated March 11, 2026
Changelog
Changelog
v0.1.14 — Briefing History & Archive
Released: 2025
What's New
- Briefing storage — Every generated daily briefing is now persisted to the database. Each record captures the date, the user ID, and a full JSON snapshot of the briefing data at the time it was generated.
- Historical briefing viewer — Users can navigate to any past date using a calendar picker to retrieve and view the briefing that was generated for that day.
- Retrospective foundation — Stored briefings lay the groundwork for "what did I plan vs. what happened" retrospectives, allowing users to compare their morning plan against actual outcomes over time.
Database Changes
- New
briefingstable with the following columns:date— The calendar date the briefing was generated foruserId— The user the briefing belongs to- JSON snapshot of the full briefing payload
<!-- Previous releases below -->